Html Css Color HEX #086C2C Crusoe

📋 copy color: '#086C2C'

red 8 ◦ green 108 ◦ blue 44

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

Shades of Crusoe #086C2C

Tints of Crusoe #086C2C

RGB

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

 GREEN value IS 108 (42.58% from 255) = 67.5%

 BLUE value IS 44 (17.58% from 255) = 27.5%

R = 5%
G = 67.5%
B = 27.5%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.59

 K value IS 0.58

RGB Variations

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

Color information

#086C2C (or 0x086C2C) is known color: Crusoe. HEX triplet: 08, 6C and 2C. RGB value is (8,108,44). Sum of RGB (Red+Green+Blue) = 8+108+44=160 (21% of max value = 765). Red value is 8 (3.52% from 255 or 5% from 160); Green value is 108 (42.58% from 255 or 67.5% from 160); Blue value is 44 (17.58% from 255 or 27.5% from 160); Max value from RGB is 108 - color contains mainly: green. Hex color #086C2C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086C2C is #F793D3. Grayscale: #464646. Windows color (decimal): -16225236 or 2911240. OLE color: 2911240.

HSL color Cylindrical-coordinate representation of color #086C2C: hue angle of 141.6º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #086C2C is Cyan = 0.93, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.58.

Color convert

RGB 8 108 44 -
CMYK 0.93 0 0.59 0.58
HSL 141.6º 0.86% 0.23% -
HSV(B) 141.6º 0.93% 0.42% -
XYZ 5.92 10.96 4.19 -
YUV 70.8 112.87 83.2 -
System Red Green Blue C M Y K H S L
Decimal 8 108 44 0.93 0 0.59 0.58 141.6 0.86 0.23
Hex 8 6C 2C 5D 0 3B 3A 8E 56 17
Octal 10 154 54 135 0 73 72 216 126 27
Binary 1000 1101100 101100 1011101 0 111011 111010 10001110 1010110 10111

Color Harmonies of #086C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086C2C

Black with #086C2C

Text Example


Text Example

White with #086C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086C2C; }

 p { color: rgb(8,108,44); }

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

background-color css

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

 a { background-color: rgb(8,108,44); }

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

border-color css

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

 span { border-color: rgb(8,108,44); }

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