#096218

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

Shades of Crusoe #096218

Tints of Crusoe #096218

Color information

#096218 (or 0x096218) is unknown color: approx Crusoe. HEX triplet: 09, 62 and 18. RGB value is (9,98,24). Sum of RGB (Red+Green+Blue) = 9+98+24=131 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.87% from 131); Green value is 98 (38.67% from 255 or 74.81% from 131); Blue value is 24 (9.77% from 255 or 18.32% from 131); Max value from RGB is 98 - color contains mainly: green. Hex color #096218 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #096218 is #F69DE7. Grayscale: #3F3F3F. Windows color (decimal): -16162280 or 1597961. OLE color: 1597961.

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

Color convert

RGB99824-
CMYK0.9100.760.62
HSL130.11º83.18%20.98%-
HSV(B)130.11º90.82%38.43%-
XYZ4.658.862.33-
YUV62.95106.0189.52-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.87%
GREEN value IS 98 (38.67% from 255) = 74.81%
BLUE value IS 24 (9.77% from 255) = 18.32%
R=6.87%
G=74.81%
B=18.32%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal998240.9100.760.62130.1183.1820.98
Hex962185B04C3E825315
Octal111423013301147620212325
Binary100111000101100010110110100110011111010000010101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096218; }

 p { color: rgb(9,98,24); }

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

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

 a { background-color: rgb(9,98,24); }

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

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

 span { border-color: rgb(9,98,24); }

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