Html Css Color HEX #086C1F Crusoe

📋 copy color: '#086C1F'

red 8 ◦ green 108 ◦ blue 31

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

Shades of Crusoe #086C1F

Tints of Crusoe #086C1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 21.09%

R = 5.44%
G = 73.47%
B = 21.09%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.71

 K value IS 0.58

RGB Variations

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

Color information

#086C1F (or 0x086C1F) is known color: Crusoe. HEX triplet: 08, 6C and 1F. RGB value is (8,108,31). Sum of RGB (Red+Green+Blue) = 8+108+31=147 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.44% from 147); Green value is 108 (42.58% from 255 or 73.47% from 147); Blue value is 31 (12.5% from 255 or 21.09% from 147); Max value from RGB is 108 - color contains mainly: green. Hex color #086C1F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086C1F is #F793E0. Grayscale: #454545. Windows color (decimal): -16225249 or 2059272. OLE color: 2059272.

HSL color Cylindrical-coordinate representation of color #086C1F: hue angle of 133.8º 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 #086C1F is Cyan = 0.93, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.58.

Color convert

RGB 8 108 31 -
CMYK 0.93 0 0.71 0.58
HSL 133.8º 0.86% 0.23% -
HSV(B) 133.8º 0.93% 0.42% -
XYZ 5.71 10.88 3.09 -
YUV 69.32 106.37 84.26 -
System Red Green Blue C M Y K H S L
Decimal 8 108 31 0.93 0 0.71 0.58 133.8 0.86 0.23
Hex 8 6C 1F 5D 0 47 3A 86 56 17
Octal 10 154 37 135 0 107 72 206 126 27
Binary 1000 1101100 11111 1011101 0 1000111 111010 10000110 1010110 10111

Color Harmonies of #086C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086C1F

Black with #086C1F

Text Example


Text Example

White with #086C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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