#085B1E

Color #085B1E Crusoe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crusoe #085B1E

Tints of Crusoe #085B1E

Color information

#085B1E (or 0x085B1E) is unknown color: approx Crusoe. HEX triplet: 08, 5B and 1E. RGB value is (8,91,30). Sum of RGB (Red+Green+Blue) = 8+91+30=129 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.20% from 129); Green value is 91 (35.94% from 255 or 70.54% from 129); Blue value is 30 (12.11% from 255 or 23.26% from 129); Max value from RGB is 91 - color contains mainly: green. Hex color #085B1E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085B1E is #F7A4E1. Grayscale: #3B3B3B. Windows color (decimal): -16229602 or 1989384. OLE color: 1989384.

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

Color convert

RGB89130-
CMYK0.9100.670.64
HSL135.9º83.84%19.41%-
HSV(B)135.9º91.21%35.69%-
XYZ4.087.632.49-
YUV59.23111.591.46-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.20%
GREEN value IS 91 (35.94% from 255) = 70.54%
BLUE value IS 30 (12.11% from 255) = 23.26%
R=6.20%
G=70.54%
B=23.26%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal891300.9100.670.64135.983.8419.41
Hex85B1E5B04340885413
Octal1013336133010310021012423
Binary1000101101111110101101101000011100000010001000101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085B1E; }

 p { color: rgb(8,91,30); }

 H1.HeaderClassName
 {
   color: #085B1E;
 }
 .AnyTagClassName
 {
   color: #085B1E;
 }
</style>
background-color css

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

 a { background-color: rgb(8,91,30); }

 div.DivClassName
 {
   background-color: #085B1E;
 }
 .BgClassName
 {
   background-color: #085B1E;
 }
</style>
border-color css

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

 span { border-color: rgb(8,91,30); }

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