#08B975

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

Shades of Jade #08B975

Tints of Jade #08B975

Color information

#08B975 (or 0x08B975) is unknown color: approx Jade. HEX triplet: 08, B9 and 75. RGB value is (8,185,117). Sum of RGB (Red+Green+Blue) = 8+185+117=310 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.58% from 310); Green value is 185 (72.66% from 255 or 59.68% from 310); Blue value is 117 (46.09% from 255 or 37.74% from 310); Max value from RGB is 185 - color contains mainly: green. Hex color #08B975 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08B975 is #F7468A. Grayscale: #7C7C7C. Windows color (decimal): -16205451 or 7715080. OLE color: 7715080.

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

Color convert

RGB8185117-
CMYK0.9600.370.27
HSL156.95º91.71%37.84%-
HSV(B)156.95º95.68%72.55%-
XYZ20.6636.0322.7-
YUV124.32123.8645.03-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.58%
GREEN value IS 185 (72.66% from 255) = 59.68%
BLUE value IS 117 (46.09% from 255) = 37.74%
R=2.58%
G=59.68%
B=37.74%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal81851170.9600.370.27156.9591.7137.84
Hex8B975600251B9d5c26
Octal102711651400453323513446
Binary10001011100111101011100000010010111011100111011011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08B975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,185,117); }

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

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

 a { background-color: rgb(8,185,117); }

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

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

 span { border-color: rgb(8,185,117); }

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