#096128

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

Shades of Crusoe #096128

Tints of Crusoe #096128

Color information

#096128 (or 0x096128) is unknown color: approx Crusoe. HEX triplet: 09, 61 and 28. RGB value is (9,97,40). Sum of RGB (Red+Green+Blue) = 9+97+40=146 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.16% from 146); Green value is 97 (38.28% from 255 or 66.44% from 146); Blue value is 40 (16.02% from 255 or 27.40% from 146); Max value from RGB is 97 - color contains mainly: green. Hex color #096128 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096128 is #F69ED7. Grayscale: #404040. Windows color (decimal): -16162520 or 2646281. OLE color: 2646281.

HSL color Cylindrical-coordinate representation of color #096128: hue angle of 141.14º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #096128 is Cyan = 0.91, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.62.

Color convert

RGB99740-
CMYK0.9100.590.62
HSL141.14º83.02%20.78%-
HSV(B)141.14º90.72%38.04%-
XYZ4.778.763.45-
YUV64.19114.3588.63-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.16%
GREEN value IS 97 (38.28% from 255) = 66.44%
BLUE value IS 40 (16.02% from 255) = 27.40%
R=6.16%
G=66.44%
B=27.40%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal997400.9100.590.62141.1483.0220.78
Hex961285B03B3E8d5315
Octal11141501330737621512325
Binary100111000011010001011011011101111111010001101101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096128; }

 p { color: rgb(9,97,40); }

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

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

 a { background-color: rgb(9,97,40); }

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

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

 span { border-color: rgb(9,97,40); }

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