Html Css Color HEX #086014 Crusoe

📋 copy color: '#086014'

red 8 ◦ green 96 ◦ blue 20

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

Shades of Crusoe #086014

Tints of Crusoe #086014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 16.13%

R = 6.45%
G = 77.42%
B = 16.13%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.79

 K value IS 0.62

RGB Variations

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

Color information

#086014 (or 0x086014) is known color: Crusoe. HEX triplet: 08, 60 and 14. RGB value is (8,96,20). Sum of RGB (Red+Green+Blue) = 8+96+20=124 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.45% from 124); Green value is 96 (37.89% from 255 or 77.42% from 124); Blue value is 20 (8.20% from 255 or 16.13% from 124); Max value from RGB is 96 - color contains mainly: green. Hex color #086014 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #086014 is #F79FEB. Grayscale: #3D3D3D. Windows color (decimal): -16228332 or 1335304. OLE color: 1335304.

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

Color convert

RGB 8 96 20 -
CMYK 0.92 0 0.79 0.62
HSL 128.18º 0.85% 0.2% -
HSV(B) 128.18º 0.92% 0.38% -
XYZ 4.41 8.47 2.06 -
YUV 61.02 104.85 90.18 -
System Red Green Blue C M Y K H S L
Decimal 8 96 20 0.92 0 0.79 0.62 128.18 0.85 0.2
Hex 8 60 14 5C 0 4F 3E 80 55 14
Octal 10 140 24 134 0 117 76 200 125 24
Binary 1000 1100000 10100 1011100 0 1001111 111110 10000000 1010101 10100

Color Harmonies of #086014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086014

Black with #086014

Text Example


Text Example

White with #086014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086014; }

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

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

background-color css

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

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

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

border-color css

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

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

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