#096C3D

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

Shades of Jewel #096C3D

Tints of Jewel #096C3D

Color information

#096C3D (or 0x096C3D) is unknown color: approx Jewel. HEX triplet: 09, 6C and 3D. RGB value is (9,108,61). Sum of RGB (Red+Green+Blue) = 9+108+61=178 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.06% from 178); Green value is 108 (42.58% from 255 or 60.67% from 178); Blue value is 61 (24.22% from 255 or 34.27% from 178); Max value from RGB is 108 - color contains mainly: green. Hex color #096C3D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096C3D is #F693C2. Grayscale: #494949. Windows color (decimal): -16159683 or 4025353. OLE color: 4025353.

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

Color convert

RGB910861-
CMYK0.9200.440.58
HSL151.52º84.62%22.94%-
HSV(B)151.52º91.67%42.35%-
XYZ6.3211.126.23-
YUV73.04121.282.32-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.06%
GREEN value IS 108 (42.58% from 255) = 60.67%
BLUE value IS 61 (24.22% from 255) = 34.27%
R=5.06%
G=60.67%
B=34.27%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal9108610.9200.440.58151.5284.6222.94
Hex96C3D5C02C3A985517
Octal11154751340547223012527
Binary100111011001111011011100010110011101010011000101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,108,61); }

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

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

 a { background-color: rgb(9,108,61); }

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

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

 span { border-color: rgb(9,108,61); }

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