#08b755

Color #08B755 Pigment Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pigment Green #08B755

Tints of Pigment Green #08B755

Color information

#08B755 (or 0x08B755) is unknown color: approx Pigment Green. HEX triplet: 08, B7 and 55. RGB value is (8,183,85). Sum of RGB (Red+Green+Blue) = 8+183+85=276 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.90% from 276); Green value is 183 (71.88% from 255 or 66.30% from 276); Blue value is 85 (33.59% from 255 or 30.80% from 276); Max value from RGB is 183 - color contains mainly: green. Hex color #08B755 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08B755 is #F748AA. Grayscale: #777777. Windows color (decimal): -16205995 or 5617416. OLE color: 5617416.

HSL color Cylindrical-coordinate representation of color #08B755: hue angle of 146.4º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08B755 is Cyan = 0.96, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.28.

Color convert

RGB818385-
CMYK0.9600.540.28
HSL146.4º91.62%37.45%-
HSV(B)146.4º95.63%71.76%-
XYZ18.6734.5714.28-
YUV119.5108.5248.47-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 8 (3.52% from 255) = 2.90%
GREEN value IS 183 (71.88% from 255) = 66.30%
BLUE value IS 85 (33.59% from 255) = 30.80%
R=2.90%
G=66.30%
B=30.80%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal8183850.9600.540.28146.491.6237.45
Hex8B755600361C925c25
Octal102671251400663422213445
Binary10001011011110101011100000011011011100100100101011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08b755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08b755; }

 p { color: rgb(8,183,85); }

 H1.HeaderClassName
 {
   color: #08b755;
 }
 .AnyTagClassName
 {
   color: #08b755;
 }
</style>
background-color css

<style>
 a { background-color: #08b755; }

 a { background-color: rgb(8,183,85); }

 div.DivClassName
 {
   background-color: #08b755;
 }
 .BgClassName
 {
   background-color: #08b755;
 }
</style>
border-color css

<style>
 span { border-color: #08b755; }

 span { border-color: rgb(8,183,85); }

 td.TdClassName
 {
   border-color: #08b755;
 }
 .TagClassName
 {
   border-color: #08b755;
 }
</style>