Html Css Color HEX #085620 Crusoe

📋 copy color: '#085620'

red 8 ◦ green 86 ◦ blue 32

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

Shades of Crusoe #085620

Tints of Crusoe #085620

RGB

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

 GREEN value IS 86 (33.98% from 255) = 68.25%

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

R = 6.35%
G = 68.25%
B = 25.4%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.63

 K value IS 0.66

RGB Variations

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

Color information

#085620 (or 0x085620) is known color: Crusoe. HEX triplet: 08, 56 and 20. RGB value is (8,86,32). Sum of RGB (Red+Green+Blue) = 8+86+32=126 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.35% from 126); Green value is 86 (33.98% from 255 or 68.25% from 126); Blue value is 32 (12.89% from 255 or 25.40% from 126); Max value from RGB is 86 - color contains mainly: green. Hex color #085620 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085620 is #F7A9DF. Grayscale: #383838. Windows color (decimal): -16230880 or 2119176. OLE color: 2119176.

HSL color Cylindrical-coordinate representation of color #085620: hue angle of 138.46º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #085620 is Cyan = 0.91, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.66.

Color convert

RGB 8 86 32 -
CMYK 0.91 0 0.63 0.66
HSL 138.46º 0.83% 0.18% -
HSV(B) 138.46º 0.91% 0.34% -
XYZ 3.69 6.81 2.49 -
YUV 56.52 114.16 93.39 -
System Red Green Blue C M Y K H S L
Decimal 8 86 32 0.91 0 0.63 0.66 138.46 0.83 0.18
Hex 8 56 20 5B 0 3F 42 8A 53 12
Octal 10 126 40 133 0 77 102 212 123 22
Binary 1000 1010110 100000 1011011 0 111111 1000010 10001010 1010011 10010

Color Harmonies of #085620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085620

Black with #085620

Text Example


Text Example

White with #085620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085620; }

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

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

background-color css

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

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

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

border-color css

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

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

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