Html Css Color HEX #086018 Crusoe

📋 copy color: '#086018'

red 8 ◦ green 96 ◦ blue 24

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

Shades of Crusoe #086018

Tints of Crusoe #086018

RGB

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

 GREEN value IS 96 (37.89% from 255) = 75%

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

R = 6.25%
G = 75%
B = 18.75%

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

#086018 (or 0x086018) is known color: Crusoe. HEX triplet: 08, 60 and 18. RGB value is (8,96,24). Sum of RGB (Red+Green+Blue) = 8+96+24=128 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.25% from 128); Green value is 96 (37.89% from 255 or 75% from 128); Blue value is 24 (9.77% from 255 or 18.75% from 128); Max value from RGB is 96 - color contains mainly: green. Hex color #086018 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #086018 is #F79FE7. Grayscale: #3D3D3D. Windows color (decimal): -16228328 or 1597448. OLE color: 1597448.

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

Color convert

RGB 8 96 24 -
CMYK 0.92 0 0.75 0.62
HSL 130.91º 0.85% 0.2% -
HSV(B) 130.91º 0.92% 0.38% -
XYZ 4.45 8.48 2.27 -
YUV 61.48 106.85 89.85 -
System Red Green Blue C M Y K H S L
Decimal 8 96 24 0.92 0 0.75 0.62 130.91 0.85 0.2
Hex 8 60 18 5C 0 4B 3E 83 55 14
Octal 10 140 30 134 0 113 76 203 125 24
Binary 1000 1100000 11000 1011100 0 1001011 111110 10000011 1010101 10100

Color Harmonies of #086018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086018

Black with #086018

Text Example


Text Example

White with #086018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086018; }

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

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

background-color css

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

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

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

border-color css

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

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

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