Html Css Color HEX #08B771 Jade

📋 copy color: '#08B771'

red 8 ◦ green 183 ◦ blue 113

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

Shades of Jade #08B771

Tints of Jade #08B771

RGB

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

 GREEN value IS 183 (71.88% from 255) = 60.2%

 BLUE value IS 113 (44.53% from 255) = 37.17%

R = 2.63%
G = 60.2%
B = 37.17%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.38

 K value IS 0.28

RGB Variations

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

Color information

#08B771 (or 0x08B771) is known color: Jade. HEX triplet: 08, B7 and 71. RGB value is (8,183,113). Sum of RGB (Red+Green+Blue) = 8+183+113=304 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.63% from 304); Green value is 183 (71.88% from 255 or 60.20% from 304); Blue value is 113 (44.53% from 255 or 37.17% from 304); Max value from RGB is 183 - color contains mainly: green. Hex color #08B771 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08B771 is #F7488E. Grayscale: #7A7A7A. Windows color (decimal): -16205967 or 7452424. OLE color: 7452424.

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

Color convert

RGB 8 183 113 -
CMYK 0.96 0 0.38 0.28
HSL 156º 0.92% 0.37% -
HSV(B) 156º 0.96% 0.72% -
XYZ 20.01 35.11 21.35 -
YUV 122.7 122.52 46.19 -
System Red Green Blue C M Y K H S L
Decimal 8 183 113 0.96 0 0.38 0.28 156 0.92 0.37
Hex 8 B7 71 60 0 26 1C 9C 5C 25
Octal 10 267 161 140 0 46 34 234 134 45
Binary 1000 10110111 1110001 1100000 0 100110 11100 10011100 1011100 100101

Color Harmonies of #08B771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08B771

Black with #08B771

Text Example


Text Example

White with #08B771

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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