Html Css Color HEX #086624 Crusoe

📋 copy color: '#086624'

red 8 ◦ green 102 ◦ blue 36

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

Shades of Crusoe #086624

Tints of Crusoe #086624

RGB

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

 GREEN value IS 102 (40.23% from 255) = 69.86%

 BLUE value IS 36 (14.45% from 255) = 24.66%

R = 5.48%
G = 69.86%
B = 24.66%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.65

 K value IS 0.6

RGB Variations

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

Color information

#086624 (or 0x086624) is known color: Crusoe. HEX triplet: 08, 66 and 24. RGB value is (8,102,36). Sum of RGB (Red+Green+Blue) = 8+102+36=146 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.48% from 146); Green value is 102 (40.23% from 255 or 69.86% from 146); Blue value is 36 (14.45% from 255 or 24.66% from 146); Max value from RGB is 102 - color contains mainly: green. Hex color #086624 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086624 is #F799DB. Grayscale: #424242. Windows color (decimal): -16226780 or 2385416. OLE color: 2385416.

HSL color Cylindrical-coordinate representation of color #086624: hue angle of 137.87º degrees, saturation: 0.85, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #086624 is Cyan = 0.92, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.6.

Color convert

RGB 8 102 36 -
CMYK 0.92 0 0.65 0.6
HSL 137.87º 0.85% 0.22% -
HSV(B) 137.87º 0.92% 0.4% -
XYZ 5.17 9.68 3.27 -
YUV 66.37 110.86 86.37 -
System Red Green Blue C M Y K H S L
Decimal 8 102 36 0.92 0 0.65 0.6 137.87 0.85 0.22
Hex 8 66 24 5C 0 41 3C 8A 55 16
Octal 10 146 44 134 0 101 74 212 125 26
Binary 1000 1100110 100100 1011100 0 1000001 111100 10001010 1010101 10110

Color Harmonies of #086624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086624

Black with #086624

Text Example


Text Example

White with #086624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086624; }

 p { color: rgb(8,102,36); }

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

background-color css

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

 a { background-color: rgb(8,102,36); }

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

border-color css

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

 span { border-color: rgb(8,102,36); }

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