#096145

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

Shades of Jewel #096145

Tints of Jewel #096145

Color information

#096145 (or 0x096145) is unknown color: approx Jewel. HEX triplet: 09, 61 and 45. RGB value is (9,97,69). Sum of RGB (Red+Green+Blue) = 9+97+69=175 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.14% from 175); Green value is 97 (38.28% from 255 or 55.43% from 175); Blue value is 69 (27.34% from 255 or 39.43% from 175); Max value from RGB is 97 - color contains mainly: green. Hex color #096145 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096145 is #F69EBA. Grayscale: #434343. Windows color (decimal): -16162491 or 4546825. OLE color: 4546825.

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

Color convert

RGB99769-
CMYK0.9100.290.62
HSL160.91º83.02%20.78%-
HSV(B)160.91º90.72%38.04%-
XYZ5.469.047.09-
YUV67.5128.8586.28-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.14%
GREEN value IS 97 (38.28% from 255) = 55.43%
BLUE value IS 69 (27.34% from 255) = 39.43%
R=5.14%
G=55.43%
B=39.43%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal997690.9100.290.62160.9183.0220.78
Hex961455B01D3Ea15315
Octal111411051330357624112325
Binary100111000011000101101101101110111111010100001101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096145; }

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

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

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

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

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

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

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

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