Html Css Color HEX #086117 Crusoe

📋 copy color: '#086117'

red 8 ◦ green 97 ◦ blue 23

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

Shades of Crusoe #086117

Tints of Crusoe #086117

RGB

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

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

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

R = 6.25%
G = 75.78%
B = 17.97%

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

#086117 (or 0x086117) is known color: Crusoe. HEX triplet: 08, 61 and 17. RGB value is (8,97,23). Sum of RGB (Red+Green+Blue) = 8+97+23=128 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.25% from 128); Green value is 97 (38.28% from 255 or 75.78% from 128); Blue value is 23 (9.38% from 255 or 17.97% from 128); Max value from RGB is 97 - color contains mainly: green. Hex color #086117 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #086117 is #F79EE8. Grayscale: #3E3E3E. Windows color (decimal): -16228073 or 1532168. OLE color: 1532168.

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

Color convert

RGB 8 97 23 -
CMYK 0.92 0 0.76 0.62
HSL 130.11º 0.85% 0.21% -
HSV(B) 130.11º 0.92% 0.38% -
XYZ 4.53 8.66 2.24 -
YUV 61.95 106.01 89.52 -
System Red Green Blue C M Y K H S L
Decimal 8 97 23 0.92 0 0.76 0.62 130.11 0.85 0.21
Hex 8 61 17 5C 0 4C 3E 82 55 15
Octal 10 141 27 134 0 114 76 202 125 25
Binary 1000 1100001 10111 1011100 0 1001100 111110 10000010 1010101 10101

Color Harmonies of #086117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086117

Black with #086117

Text Example


Text Example

White with #086117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086117; }

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

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

background-color css

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

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

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

border-color css

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

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

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