Html Css Color HEX #086118 Crusoe

📋 copy color: '#086118'

red 8 ◦ green 97 ◦ blue 24

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

Shades of Crusoe #086118

Tints of Crusoe #086118

RGB

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

 GREEN value IS 97 (38.28% from 255) = 75.19%

 BLUE value IS 24 (9.77% from 255) = 18.6%

R = 6.2%
G = 75.19%
B = 18.6%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.75

 K value IS 0.62

RGB Variations

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

Color information

#086118 (or 0x086118) is known color: Crusoe. HEX triplet: 08, 61 and 18. RGB value is (8,97,24). Sum of RGB (Red+Green+Blue) = 8+97+24=129 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.20% from 129); Green value is 97 (38.28% from 255 or 75.19% from 129); Blue value is 24 (9.77% from 255 or 18.60% from 129); Max value from RGB is 97 - color contains mainly: green. Hex color #086118 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #086118 is #F79EE7. Grayscale: #3E3E3E. Windows color (decimal): -16228072 or 1597704. OLE color: 1597704.

HSL color Cylindrical-coordinate representation of color #086118: hue angle of 130.79º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #086118 is Cyan = 0.92, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.62.

Color convert

RGB 8 97 24 -
CMYK 0.92 0 0.75 0.62
HSL 130.79º 0.85% 0.21% -
HSV(B) 130.79º 0.92% 0.38% -
XYZ 4.54 8.67 2.3 -
YUV 62.07 106.51 89.44 -
System Red Green Blue C M Y K H S L
Decimal 8 97 24 0.92 0 0.75 0.62 130.79 0.85 0.21
Hex 8 61 18 5C 0 4B 3E 83 55 15
Octal 10 141 30 134 0 113 76 203 125 25
Binary 1000 1100001 11000 1011100 0 1001011 111110 10000011 1010101 10101

Color Harmonies of #086118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086118

Black with #086118

Text Example


Text Example

White with #086118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086118; }

 p { color: rgb(8,97,24); }

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

background-color css

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

 a { background-color: rgb(8,97,24); }

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

border-color css

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

 span { border-color: rgb(8,97,24); }

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