Html Css Color HEX #086F24 Crusoe

📋 copy color: '#086F24'

red 8 ◦ green 111 ◦ blue 36

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

Shades of Crusoe #086F24

Tints of Crusoe #086F24

RGB

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

 GREEN value IS 111 (43.75% from 255) = 71.61%

 BLUE value IS 36 (14.45% from 255) = 23.23%

R = 5.16%
G = 71.61%
B = 23.23%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.68

 K value IS 0.56

RGB Variations

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

Color information

#086F24 (or 0x086F24) is known color: Crusoe. HEX triplet: 08, 6F and 24. RGB value is (8,111,36). Sum of RGB (Red+Green+Blue) = 8+111+36=155 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.16% from 155); Green value is 111 (43.75% from 255 or 71.61% from 155); Blue value is 36 (14.45% from 255 or 23.23% from 155); Max value from RGB is 111 - color contains mainly: green. Hex color #086F24 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086F24 is #F790DB. Grayscale: #474747. Windows color (decimal): -16224476 or 2387720. OLE color: 2387720.

HSL color Cylindrical-coordinate representation of color #086F24: hue angle of 136.31º degrees, saturation: 0.87, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #086F24 is Cyan = 0.93, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.56.

Color convert

RGB 8 111 36 -
CMYK 0.93 0 0.68 0.56
HSL 136.31º 0.87% 0.23% -
HSV(B) 136.31º 0.93% 0.44% -
XYZ 6.1 11.55 3.58 -
YUV 71.65 107.88 82.6 -
System Red Green Blue C M Y K H S L
Decimal 8 111 36 0.93 0 0.68 0.56 136.31 0.87 0.23
Hex 8 6F 24 5D 0 44 38 88 57 17
Octal 10 157 44 135 0 104 70 210 127 27
Binary 1000 1101111 100100 1011101 0 1000100 111000 10001000 1010111 10111

Color Harmonies of #086F24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086F24

Black with #086F24

Text Example


Text Example

White with #086F24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086F24; }

 p { color: rgb(8,111,36); }

 H1.HeaderClassName
 {
   color: #086F24;
 }
 .AnyTagClassName
 {
   color: #086F24;
 }
</style>

background-color css

<style>
 a { background-color: #086F24; }

 a { background-color: rgb(8,111,36); }

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

border-color css

<style>
 span { border-color: #086F24; }

 span { border-color: rgb(8,111,36); }

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