Html Css Color HEX #086017 Crusoe

📋 copy color: '#086017'

red 8 ◦ green 96 ◦ blue 23

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

Shades of Crusoe #086017

Tints of Crusoe #086017

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 18.11%

R = 6.3%
G = 75.59%
B = 18.11%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.76

 K value IS 0.62

RGB Variations

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

Color information

#086017 (or 0x086017) is known color: Crusoe. HEX triplet: 08, 60 and 17. RGB value is (8,96,23). Sum of RGB (Red+Green+Blue) = 8+96+23=127 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.30% from 127); Green value is 96 (37.89% from 255 or 75.59% from 127); Blue value is 23 (9.38% from 255 or 18.11% from 127); Max value from RGB is 96 - color contains mainly: green. Hex color #086017 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #086017 is #F79FE8. Grayscale: #3D3D3D. Windows color (decimal): -16228329 or 1531912. OLE color: 1531912.

HSL color Cylindrical-coordinate representation of color #086017: hue angle of 130.23º 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 #086017 is Cyan = 0.92, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.62.

Color convert

RGB 8 96 23 -
CMYK 0.92 0 0.76 0.62
HSL 130.23º 0.85% 0.2% -
HSV(B) 130.23º 0.92% 0.38% -
XYZ 4.44 8.48 2.21 -
YUV 61.37 106.35 89.94 -
System Red Green Blue C M Y K H S L
Decimal 8 96 23 0.92 0 0.76 0.62 130.23 0.85 0.2
Hex 8 60 17 5C 0 4C 3E 82 55 14
Octal 10 140 27 134 0 114 76 202 125 24
Binary 1000 1100000 10111 1011100 0 1001100 111110 10000010 1010101 10100

Color Harmonies of #086017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086017

Black with #086017

Text Example


Text Example

White with #086017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086017; }

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

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

background-color css

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

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

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

border-color css

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

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

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