#096625

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

Shades of Crusoe #096625

Tints of Crusoe #096625

Color information

#096625 (or 0x096625) is unknown color: approx Crusoe. HEX triplet: 09, 66 and 25. RGB value is (9,102,37). Sum of RGB (Red+Green+Blue) = 9+102+37=148 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.08% from 148); Green value is 102 (40.23% from 255 or 68.92% from 148); Blue value is 37 (14.84% from 255 or 25% from 148); Max value from RGB is 102 - color contains mainly: green. Hex color #096625 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096625 is #F699DA. Grayscale: #424242. Windows color (decimal): -16161243 or 2450953. OLE color: 2450953.

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

Color convert

RGB910237-
CMYK0.9100.640.6
HSL138.06º83.78%21.76%-
HSV(B)138.06º91.18%40%-
XYZ5.29.693.35-
YUV66.78111.1986.79-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.08%
GREEN value IS 102 (40.23% from 255) = 68.92%
BLUE value IS 37 (14.84% from 255) = 25%
R=6.08%
G=68.92%
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.6
SystemRedGreenBlueCMYKHSL
Decimal9102370.9100.640.6138.0683.7821.76
Hex966255B0403C8a5416
Octal111464513301007421212426
Binary1001110011010010110110110100000011110010001010101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096625; }

 p { color: rgb(9,102,37); }

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

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

 a { background-color: rgb(9,102,37); }

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

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

 span { border-color: rgb(9,102,37); }

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