#085B26

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

Shades of Crusoe #085B26

Tints of Crusoe #085B26

Color information

#085B26 (or 0x085B26) is unknown color: approx Crusoe. HEX triplet: 08, 5B and 26. RGB value is (8,91,38). Sum of RGB (Red+Green+Blue) = 8+91+38=137 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.84% from 137); Green value is 91 (35.94% from 255 or 66.42% from 137); Blue value is 38 (15.23% from 255 or 27.74% from 137); Max value from RGB is 91 - color contains mainly: green. Hex color #085B26 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085B26 is #F7A4D9. Grayscale: #3C3C3C. Windows color (decimal): -16229594 or 2513672. OLE color: 2513672.

HSL color Cylindrical-coordinate representation of color #085B26: hue angle of 141.69º 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 #085B26 is Cyan = 0.91, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.64.

Color convert

RGB89138-
CMYK0.9100.580.64
HSL141.69º83.84%19.41%-
HSV(B)141.69º91.21%35.69%-
XYZ4.197.673.09-
YUV60.14115.590.81-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.84%
GREEN value IS 91 (35.94% from 255) = 66.42%
BLUE value IS 38 (15.23% from 255) = 27.74%
R=5.84%
G=66.42%
B=27.74%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal891380.9100.580.64141.6983.8419.41
Hex85B265B03A408e5413
Octal101334613307210021612423
Binary1000101101110011010110110111010100000010001110101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085B26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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