#096129

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

Shades of Crusoe #096129

Tints of Crusoe #096129

Color information

#096129 (or 0x096129) is unknown color: approx Crusoe. HEX triplet: 09, 61 and 29. RGB value is (9,97,41). Sum of RGB (Red+Green+Blue) = 9+97+41=147 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.12% from 147); Green value is 97 (38.28% from 255 or 65.99% from 147); Blue value is 41 (16.41% from 255 or 27.89% from 147); Max value from RGB is 97 - color contains mainly: green. Hex color #096129 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096129 is #F69ED6. Grayscale: #404040. Windows color (decimal): -16162519 or 2711817. OLE color: 2711817.

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

Color convert

RGB99741-
CMYK0.9100.580.62
HSL141.82º83.02%20.78%-
HSV(B)141.82º90.72%38.04%-
XYZ4.798.773.54-
YUV64.3114.8588.55-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.12%
GREEN value IS 97 (38.28% from 255) = 65.99%
BLUE value IS 41 (16.41% from 255) = 27.89%
R=6.12%
G=65.99%
B=27.89%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal997410.9100.580.62141.8283.0220.78
Hex961295B03A3E8e5315
Octal11141511330727621612325
Binary100111000011010011011011011101011111010001110101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096129; }

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

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

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

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

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

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

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

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