#096125

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

Shades of Crusoe #096125

Tints of Crusoe #096125

Color information

#096125 (or 0x096125) is unknown color: approx Crusoe. HEX triplet: 09, 61 and 25. RGB value is (9,97,37). Sum of RGB (Red+Green+Blue) = 9+97+37=143 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.29% from 143); Green value is 97 (38.28% from 255 or 67.83% from 143); Blue value is 37 (14.84% from 255 or 25.87% from 143); Max value from RGB is 97 - color contains mainly: green. Hex color #096125 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096125 is #F69EDA. Grayscale: #404040. Windows color (decimal): -16162523 or 2449673. OLE color: 2449673.

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

Color convert

RGB99737-
CMYK0.9100.620.62
HSL139.09º83.02%20.78%-
HSV(B)139.09º90.72%38.04%-
XYZ4.728.743.19-
YUV63.85112.8588.88-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.29%
GREEN value IS 97 (38.28% from 255) = 67.83%
BLUE value IS 37 (14.84% from 255) = 25.87%
R=6.29%
G=67.83%
B=25.87%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal997370.9100.620.62139.0983.0220.78
Hex961255B03E3E8b5315
Octal11141451330767621312325
Binary100111000011001011011011011111011111010001011101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096125; }

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

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

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

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

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

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

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

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