#096926

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

Shades of Crusoe #096926

Tints of Crusoe #096926

Color information

#096926 (or 0x096926) is unknown color: approx Crusoe. HEX triplet: 09, 69 and 26. RGB value is (9,105,38). Sum of RGB (Red+Green+Blue) = 9+105+38=152 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.92% from 152); Green value is 105 (41.41% from 255 or 69.08% from 152); Blue value is 38 (15.23% from 255 or 25% from 152); Max value from RGB is 105 - color contains mainly: green. Hex color #096926 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096926 is #F696D9. Grayscale: #444444. Windows color (decimal): -16160474 or 2517257. OLE color: 2517257.

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

Color convert

RGB910538-
CMYK0.9100.640.59
HSL138.12º84.21%22.35%-
HSV(B)138.12º91.43%41.18%-
XYZ5.5110.33.53-
YUV68.66110.785.45-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.92%
GREEN value IS 105 (41.41% from 255) = 69.08%
BLUE value IS 38 (15.23% from 255) = 25%
R=5.92%
G=69.08%
B=25%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal9105380.9100.640.59138.1284.2122.35
Hex969265B0403B8a5416
Octal111514613301007321212426
Binary1001110100110011010110110100000011101110001010101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096926; }

 p { color: rgb(9,105,38); }

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

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

 a { background-color: rgb(9,105,38); }

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

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

 span { border-color: rgb(9,105,38); }

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