Html Css Color HEX #085120 Crusoe

📋 copy color: '#085120'

red 8 ◦ green 81 ◦ blue 32

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

Shades of Crusoe #085120

Tints of Crusoe #085120

RGB

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

 GREEN value IS 81 (32.03% from 255) = 66.94%

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

R = 6.61%
G = 66.94%
B = 26.45%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.60

 K value IS 0.68

RGB Variations

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

Color information

#085120 (or 0x085120) is known color: Crusoe. HEX triplet: 08, 51 and 20. RGB value is (8,81,32). Sum of RGB (Red+Green+Blue) = 8+81+32=121 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.61% from 121); Green value is 81 (32.03% from 255 or 66.94% from 121); Blue value is 32 (12.89% from 255 or 26.45% from 121); Max value from RGB is 81 - color contains mainly: green. Hex color #085120 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085120 is #F7AEDF. Grayscale: #353535. Windows color (decimal): -16232160 or 2117896. OLE color: 2117896.

HSL color Cylindrical-coordinate representation of color #085120: hue angle of 139.73º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #085120 is Cyan = 0.90, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.68.

Color convert

RGB 8 81 32 -
CMYK 0.90 0 0.60 0.68
HSL 139.73º 0.82% 0.17% -
HSV(B) 139.73º 0.9% 0.32% -
XYZ 3.3 6.04 2.36 -
YUV 53.59 115.82 95.48 -
System Red Green Blue C M Y K H S L
Decimal 8 81 32 0.90 0 0.60 0.68 139.73 0.82 0.17
Hex 8 51 20 5A 0 3C 44 8C 52 11
Octal 10 121 40 132 0 74 104 214 122 21
Binary 1000 1010001 100000 1011010 0 111100 1000100 10001100 1010010 10001

Color Harmonies of #085120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085120

Black with #085120

Text Example


Text Example

White with #085120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085120; }

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

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

background-color css

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

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

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

border-color css

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

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

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