#096741

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

Shades of Jewel #096741

Tints of Jewel #096741

Color information

#096741 (or 0x096741) is unknown color: approx Jewel. HEX triplet: 09, 67 and 41. RGB value is (9,103,65). Sum of RGB (Red+Green+Blue) = 9+103+65=177 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.08% from 177); Green value is 103 (40.62% from 255 or 58.19% from 177); Blue value is 65 (25.78% from 255 or 36.72% from 177); Max value from RGB is 103 - color contains mainly: green. Hex color #096741 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096741 is #F698BE. Grayscale: #464646. Windows color (decimal): -16160959 or 4286217. OLE color: 4286217.

HSL color Cylindrical-coordinate representation of color #096741: hue angle of 155.74º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #096741 is Cyan = 0.91, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.60.

Color convert

RGB910365-
CMYK0.9100.370.60
HSL155.74º83.93%21.96%-
HSV(B)155.74º91.26%40.39%-
XYZ5.9210.146.65-
YUV70.56124.8684.09-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.08%
GREEN value IS 103 (40.62% from 255) = 58.19%
BLUE value IS 65 (25.78% from 255) = 36.72%
R=5.08%
G=58.19%
B=36.72%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal9103650.9100.370.60155.7483.9321.96
Hex967415B0253C9c5416
Octal111471011330457423412426
Binary1001110011110000011011011010010111110010011100101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096741; }

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

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

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

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

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

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

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

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