Html Css Color HEX #08B770 Jade

📋 copy color: '#08B770'

red 8 ◦ green 183 ◦ blue 112

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

Shades of Jade #08B770

Tints of Jade #08B770

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 36.96%

R = 2.64%
G = 60.4%
B = 36.96%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.39

 K value IS 0.28

RGB Variations

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

Color information

#08B770 (or 0x08B770) is known color: Jade. HEX triplet: 08, B7 and 70. RGB value is (8,183,112). Sum of RGB (Red+Green+Blue) = 8+183+112=303 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.64% from 303); Green value is 183 (71.88% from 255 or 60.40% from 303); Blue value is 112 (44.14% from 255 or 36.96% from 303); Max value from RGB is 183 - color contains mainly: green. Hex color #08B770 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08B770 is #F7488F. Grayscale: #7A7A7A. Windows color (decimal): -16205968 or 7386888. OLE color: 7386888.

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

Color convert

RGB 8 183 112 -
CMYK 0.96 0 0.39 0.28
HSL 155.66º 0.92% 0.37% -
HSV(B) 155.66º 0.96% 0.72% -
XYZ 19.96 35.09 21.05 -
YUV 122.58 122.02 46.27 -
System Red Green Blue C M Y K H S L
Decimal 8 183 112 0.96 0 0.39 0.28 155.66 0.92 0.37
Hex 8 B7 70 60 0 27 1C 9C 5C 25
Octal 10 267 160 140 0 47 34 234 134 45
Binary 1000 10110111 1110000 1100000 0 100111 11100 10011100 1011100 100101

Color Harmonies of #08B770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08B770

Black with #08B770

Text Example


Text Example

White with #08B770

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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