#096E43

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

Shades of Jewel #096E43

Tints of Jewel #096E43

Color information

#096E43 (or 0x096E43) is unknown color: approx Jewel. HEX triplet: 09, 6E and 43. RGB value is (9,110,67). Sum of RGB (Red+Green+Blue) = 9+110+67=186 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.84% from 186); Green value is 110 (43.36% from 255 or 59.14% from 186); Blue value is 67 (26.56% from 255 or 36.02% from 186); Max value from RGB is 110 - color contains mainly: green. Hex color #096E43 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096E43 is #F691BC. Grayscale: #4A4A4A. Windows color (decimal): -16159165 or 4419081. OLE color: 4419081.

HSL color Cylindrical-coordinate representation of color #096E43: hue angle of 154.46º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #096E43 is Cyan = 0.92, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.57.

Color convert

RGB911067-
CMYK0.9200.390.57
HSL154.46º84.87%23.33%-
HSV(B)154.46º91.82%43.14%-
XYZ6.711.627.2-
YUV74.9123.5481-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.84%
GREEN value IS 110 (43.36% from 255) = 59.14%
BLUE value IS 67 (26.56% from 255) = 36.02%
R=4.84%
G=59.14%
B=36.02%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal9110670.9200.390.57154.4684.8723.33
Hex96E435C027399a5517
Octal111561031340477123212527
Binary1001110111010000111011100010011111100110011010101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096E43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096E43; }

 p { color: rgb(9,110,67); }

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

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

 a { background-color: rgb(9,110,67); }

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

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

 span { border-color: rgb(9,110,67); }

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