Html Css Color HEX #085920 Crusoe

📋 copy color: '#085920'

red 8 ◦ green 89 ◦ blue 32

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

Shades of Crusoe #085920

Tints of Crusoe #085920

RGB

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

 GREEN value IS 89 (35.16% from 255) = 68.99%

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

R = 6.2%
G = 68.99%
B = 24.81%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.64

 K value IS 0.65

RGB Variations

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

Color information

#085920 (or 0x085920) is known color: Crusoe. HEX triplet: 08, 59 and 20. RGB value is (8,89,32). Sum of RGB (Red+Green+Blue) = 8+89+32=129 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.20% from 129); Green value is 89 (35.16% from 255 or 68.99% from 129); Blue value is 32 (12.89% from 255 or 24.81% from 129); Max value from RGB is 89 - color contains mainly: green. Hex color #085920 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085920 is #F7A6DF. Grayscale: #3A3A3A. Windows color (decimal): -16230112 or 2119944. OLE color: 2119944.

HSL color Cylindrical-coordinate representation of color #085920: hue angle of 137.78º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #085920 is Cyan = 0.91, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.65.

Color convert

RGB 8 89 32 -
CMYK 0.91 0 0.64 0.65
HSL 137.78º 0.84% 0.19% -
HSV(B) 137.78º 0.91% 0.35% -
XYZ 3.93 7.3 2.57 -
YUV 58.28 113.16 92.13 -
System Red Green Blue C M Y K H S L
Decimal 8 89 32 0.91 0 0.64 0.65 137.78 0.84 0.19
Hex 8 59 20 5B 0 40 41 8A 54 13
Octal 10 131 40 133 0 100 101 212 124 23
Binary 1000 1011001 100000 1011011 0 1000000 1000001 10001010 1010100 10011

Color Harmonies of #085920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085920

Black with #085920

Text Example


Text Example

White with #085920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085920; }

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

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

background-color css

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

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

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

border-color css

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

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

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