Html Css Color HEX #086320 Crusoe

📋 copy color: '#086320'

red 8 ◦ green 99 ◦ blue 32

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

Shades of Crusoe #086320

Tints of Crusoe #086320

RGB

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

 GREEN value IS 99 (39.06% from 255) = 71.22%

 BLUE value IS 32 (12.89% from 255) = 23.02%

R = 5.76%
G = 71.22%
B = 23.02%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.68

 K value IS 0.61

RGB Variations

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

Color information

#086320 (or 0x086320) is known color: Crusoe. HEX triplet: 08, 63 and 20. RGB value is (8,99,32). Sum of RGB (Red+Green+Blue) = 8+99+32=139 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.76% from 139); Green value is 99 (39.06% from 255 or 71.22% from 139); Blue value is 32 (12.89% from 255 or 23.02% from 139); Max value from RGB is 99 - color contains mainly: green. Hex color #086320 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086320 is #F79CDF. Grayscale: #404040. Windows color (decimal): -16227552 or 2122504. OLE color: 2122504.

HSL color Cylindrical-coordinate representation of color #086320: hue angle of 135.82º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #086320 is Cyan = 0.92, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.61.

Color convert

RGB 8 99 32 -
CMYK 0.92 0 0.68 0.61
HSL 135.82º 0.85% 0.21% -
HSV(B) 135.82º 0.92% 0.39% -
XYZ 4.82 9.08 2.86 -
YUV 64.15 109.85 87.95 -
System Red Green Blue C M Y K H S L
Decimal 8 99 32 0.92 0 0.68 0.61 135.82 0.85 0.21
Hex 8 63 20 5C 0 44 3D 88 55 15
Octal 10 143 40 134 0 104 75 210 125 25
Binary 1000 1100011 100000 1011100 0 1000100 111101 10001000 1010101 10101

Color Harmonies of #086320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086320

Black with #086320

Text Example


Text Example

White with #086320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086320; }

 p { color: rgb(8,99,32); }

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

background-color css

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

 a { background-color: rgb(8,99,32); }

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

border-color css

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

 span { border-color: rgb(8,99,32); }

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