Html Css Color HEX #08B764 Jade

📋 copy color: '#08B764'

red 8 ◦ green 183 ◦ blue 100

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

Shades of Jade #08B764

Tints of Jade #08B764

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 34.36%

R = 2.75%
G = 62.89%
B = 34.36%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.45

 K value IS 0.28

RGB Variations

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

Color information

#08B764 (or 0x08B764) is known color: Jade. HEX triplet: 08, B7 and 64. RGB value is (8,183,100). Sum of RGB (Red+Green+Blue) = 8+183+100=291 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.75% from 291); Green value is 183 (71.88% from 255 or 62.89% from 291); Blue value is 100 (39.45% from 255 or 34.36% from 291); Max value from RGB is 183 - color contains mainly: green. Hex color #08B764 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08B764 is #F7489B. Grayscale: #797979. Windows color (decimal): -16205980 or 6600456. OLE color: 6600456.

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

Color convert

RGB 8 183 100 -
CMYK 0.96 0 0.45 0.28
HSL 151.54º 0.92% 0.37% -
HSV(B) 151.54º 0.96% 0.72% -
XYZ 19.33 34.84 17.76 -
YUV 121.21 116.02 47.25 -
System Red Green Blue C M Y K H S L
Decimal 8 183 100 0.96 0 0.45 0.28 151.54 0.92 0.37
Hex 8 B7 64 60 0 2D 1C 98 5C 25
Octal 10 267 144 140 0 55 34 230 134 45
Binary 1000 10110111 1100100 1100000 0 101101 11100 10011000 1011100 100101

Color Harmonies of #08B764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08B764

Black with #08B764

Text Example


Text Example

White with #08B764

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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