Html Css Color HEX #08B769 Jade

📋 copy color: '#08B769'

red 8 ◦ green 183 ◦ blue 105

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

Shades of Jade #08B769

Tints of Jade #08B769

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 35.47%

R = 2.7%
G = 61.82%
B = 35.47%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.43

 K value IS 0.28

RGB Variations

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

Color information

#08B769 (or 0x08B769) is known color: Jade. HEX triplet: 08, B7 and 69. RGB value is (8,183,105). Sum of RGB (Red+Green+Blue) = 8+183+105=296 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.70% from 296); Green value is 183 (71.88% from 255 or 61.82% from 296); Blue value is 105 (41.41% from 255 or 35.47% from 296); Max value from RGB is 183 - color contains mainly: green. Hex color #08B769 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08B769 is #F74896. Grayscale: #797979. Windows color (decimal): -16205975 or 6928136. OLE color: 6928136.

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

Color convert

RGB 8 183 105 -
CMYK 0.96 0 0.43 0.28
HSL 153.26º 0.92% 0.37% -
HSV(B) 153.26º 0.96% 0.72% -
XYZ 19.58 34.94 19.08 -
YUV 121.78 118.52 46.84 -
System Red Green Blue C M Y K H S L
Decimal 8 183 105 0.96 0 0.43 0.28 153.26 0.92 0.37
Hex 8 B7 69 60 0 2B 1C 99 5C 25
Octal 10 267 151 140 0 53 34 231 134 45
Binary 1000 10110111 1101001 1100000 0 101011 11100 10011001 1011100 100101

Color Harmonies of #08B769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08B769

Black with #08B769

Text Example


Text Example

White with #08B769

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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