#096829

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

Shades of Crusoe #096829

Tints of Crusoe #096829

Color information

#096829 (or 0x096829) is unknown color: approx Crusoe. HEX triplet: 09, 68 and 29. RGB value is (9,104,41). Sum of RGB (Red+Green+Blue) = 9+104+41=154 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.84% from 154); Green value is 104 (41.02% from 255 or 67.53% from 154); Blue value is 41 (16.41% from 255 or 26.62% from 154); Max value from RGB is 104 - color contains mainly: green. Hex color #096829 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096829 is #F697D6. Grayscale: #444444. Windows color (decimal): -16160727 or 2713609. OLE color: 2713609.

HSL color Cylindrical-coordinate representation of color #096829: hue angle of 140.21º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #096829 is Cyan = 0.91, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.59.

Color convert

RGB910441-
CMYK0.9100.610.59
HSL140.21º84.07%22.16%-
HSV(B)140.21º91.35%40.78%-
XYZ5.4610.123.76-
YUV68.41112.5385.62-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.84%
GREEN value IS 104 (41.02% from 255) = 67.53%
BLUE value IS 41 (16.41% from 255) = 26.62%
R=5.84%
G=67.53%
B=26.62%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal9104410.9100.610.59140.2184.0722.16
Hex968295B03D3B8c5416
Octal11150511330757321412426
Binary100111010001010011011011011110111101110001100101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096829; }

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

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

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

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

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

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

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

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