#096025

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

Shades of Crusoe #096025

Tints of Crusoe #096025

Color information

#096025 (or 0x096025) is unknown color: approx Crusoe. HEX triplet: 09, 60 and 25. RGB value is (9,96,37). Sum of RGB (Red+Green+Blue) = 9+96+37=142 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.34% from 142); Green value is 96 (37.89% from 255 or 67.61% from 142); Blue value is 37 (14.84% from 255 or 26.06% from 142); Max value from RGB is 96 - color contains mainly: green. Hex color #096025 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096025 is #F69FDA. Grayscale: #3F3F3F. Windows color (decimal): -16162779 or 2449417. OLE color: 2449417.

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

Color convert

RGB99637-
CMYK0.9100.610.62
HSL139.31º82.86%20.59%-
HSV(B)139.31º90.62%37.65%-
XYZ4.638.563.16-
YUV63.26113.1889.3-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.34%
GREEN value IS 96 (37.89% from 255) = 67.61%
BLUE value IS 37 (14.84% from 255) = 26.06%
R=6.34%
G=67.61%
B=26.06%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal996370.9100.610.62139.3182.8620.59
Hex960255B03D3E8b5315
Octal11140451330757621312325
Binary100111000001001011011011011110111111010001011101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096025; }

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

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

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

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

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

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

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

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