#095B16

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

Shades of Crusoe #095B16

Tints of Crusoe #095B16

Color information

#095B16 (or 0x095B16) is unknown color: approx Crusoe. HEX triplet: 09, 5B and 16. RGB value is (9,91,22). Sum of RGB (Red+Green+Blue) = 9+91+22=122 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.38% from 122); Green value is 91 (35.94% from 255 or 74.59% from 122); Blue value is 22 (8.98% from 255 or 18.03% from 122); Max value from RGB is 91 - color contains mainly: green. Hex color #095B16 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095B16 is #F6A4E9. Grayscale: #3A3A3A. Windows color (decimal): -16164074 or 1465097. OLE color: 1465097.

HSL color Cylindrical-coordinate representation of color #095B16: hue angle of 129.51º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #095B16 is Cyan = 0.90, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.64.

Color convert

RGB99122-
CMYK0.9000.760.64
HSL129.51º82%19.61%-
HSV(B)129.51º90.11%35.69%-
XYZ47.62.01-
YUV58.62107.3392.61-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.38%
GREEN value IS 91 (35.94% from 255) = 74.59%
BLUE value IS 22 (8.98% from 255) = 18.03%
R=7.38%
G=74.59%
B=18.03%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal991220.9000.760.64129.518219.61
Hex95B165A04C40825214
Octal1113326132011410020212224
Binary1001101101110110101101001001100100000010000010101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095B16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095B16; }

 p { color: rgb(9,91,22); }

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

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

 a { background-color: rgb(9,91,22); }

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

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

 span { border-color: rgb(9,91,22); }

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