#096141

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

Shades of Jewel #096141

Tints of Jewel #096141

Color information

#096141 (or 0x096141) is unknown color: approx Jewel. HEX triplet: 09, 61 and 41. RGB value is (9,97,65). Sum of RGB (Red+Green+Blue) = 9+97+65=171 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.26% from 171); Green value is 97 (38.28% from 255 or 56.73% from 171); Blue value is 65 (25.78% from 255 or 38.01% from 171); Max value from RGB is 97 - color contains mainly: green. Hex color #096141 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096141 is #F69EBE. Grayscale: #434343. Windows color (decimal): -16162495 or 4284681. OLE color: 4284681.

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

Color convert

RGB99765-
CMYK0.9100.330.62
HSL158.18º83.02%20.78%-
HSV(B)158.18º90.72%38.04%-
XYZ5.348.996.45-
YUV67.04126.8586.6-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.26%
GREEN value IS 97 (38.28% from 255) = 56.73%
BLUE value IS 65 (25.78% from 255) = 38.01%
R=5.26%
G=56.73%
B=38.01%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal997650.9100.330.62158.1883.0220.78
Hex961415B0213E9e5315
Octal111411011330417623612325
Binary1001110000110000011011011010000111111010011110101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096141; }

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

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

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

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

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

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

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

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