Html Css Color HEX #086F28 Crusoe

📋 copy color: '#086F28'

red 8 ◦ green 111 ◦ blue 40

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

Shades of Crusoe #086F28

Tints of Crusoe #086F28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 25.16%

R = 5.03%
G = 69.81%
B = 25.16%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.64

 K value IS 0.56

RGB Variations

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

Color information

#086F28 (or 0x086F28) is known color: Crusoe. HEX triplet: 08, 6F and 28. RGB value is (8,111,40). Sum of RGB (Red+Green+Blue) = 8+111+40=159 (21% of max value = 765). Red value is 8 (3.52% from 255 or 5.03% from 159); Green value is 111 (43.75% from 255 or 69.81% from 159); Blue value is 40 (16.02% from 255 or 25.16% from 159); Max value from RGB is 111 - color contains mainly: green. Hex color #086F28 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086F28 is #F790D7. Grayscale: #484848. Windows color (decimal): -16224472 or 2649864. OLE color: 2649864.

HSL color Cylindrical-coordinate representation of color #086F28: hue angle of 138.64º 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 #086F28 is Cyan = 0.93, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.56.

Color convert

RGB 8 111 40 -
CMYK 0.93 0 0.64 0.56
HSL 138.64º 0.87% 0.23% -
HSV(B) 138.64º 0.93% 0.44% -
XYZ 6.17 11.57 3.92 -
YUV 72.11 109.88 82.27 -
System Red Green Blue C M Y K H S L
Decimal 8 111 40 0.93 0 0.64 0.56 138.64 0.87 0.23
Hex 8 6F 28 5D 0 40 38 8B 57 17
Octal 10 157 50 135 0 100 70 213 127 27
Binary 1000 1101111 101000 1011101 0 1000000 111000 10001011 1010111 10111

Color Harmonies of #086F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086F28

Black with #086F28

Text Example


Text Example

White with #086F28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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