Html Css Color HEX #08B977 Jade

📋 copy color: '#08B977'

red 8 ◦ green 185 ◦ blue 119

#08B977
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jade #08B977

Tints of Jade #08B977

RGB

 RED value IS 8 (3.52% from 255) = 2.56%

 GREEN value IS 185 (72.66% from 255) = 59.29%

 BLUE value IS 119 (46.88% from 255) = 38.14%

R = 2.56%
G = 59.29%
B = 38.14%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#08B977 (or 0x08B977) is known color: Jade. HEX triplet: 08, B9 and 77. RGB value is (8,185,119). Sum of RGB (Red+Green+Blue) = 8+185+119=312 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.56% from 312); Green value is 185 (72.66% from 255 or 59.29% from 312); Blue value is 119 (46.88% from 255 or 38.14% from 312); Max value from RGB is 185 - color contains mainly: green. Hex color #08B977 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08B977 is #F74688. Grayscale: #7C7C7C. Windows color (decimal): -16205449 or 7846152. OLE color: 7846152.

HSL color Cylindrical-coordinate representation of color #08B977: hue angle of 157.63º 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 #08B977 is Cyan = 0.96, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.27.

Color convert

RGB 8 185 119 -
CMYK 0.96 0 0.36 0.27
HSL 157.63º 0.92% 0.38% -
HSV(B) 157.63º 0.96% 0.73% -
XYZ 20.78 36.08 23.32 -
YUV 124.55 124.86 44.87 -
System Red Green Blue C M Y K H S L
Decimal 8 185 119 0.96 0 0.36 0.27 157.63 0.92 0.38
Hex 8 B9 77 60 0 24 1B 9E 5C 26
Octal 10 271 167 140 0 44 33 236 134 46
Binary 1000 10111001 1110111 1100000 0 100100 11011 10011110 1011100 100110

Color Harmonies of #08B977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08B977

Black with #08B977

Text Example


Text Example

White with #08B977

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #08B977;
 }
 .AnyTagClassName
 {
   color: #08B977;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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