#096114

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

Shades of Green #096114

Tints of Green #096114

Color information

#096114 (or 0x096114) is unknown color: approx Green. HEX triplet: 09, 61 and 14. RGB value is (9,97,20). Sum of RGB (Red+Green+Blue) = 9+97+20=126 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.14% from 126); Green value is 97 (38.28% from 255 or 76.98% from 126); Blue value is 20 (8.20% from 255 or 15.87% from 126); Max value from RGB is 97 - color contains mainly: green. Hex color #096114 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #096114 is #F69EEB. Grayscale: #3E3E3E. Windows color (decimal): -16162540 or 1335561. OLE color: 1335561.

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

Color convert

RGB99720-
CMYK0.9100.790.62
HSL127.5º83.02%20.78%-
HSV(B)127.5º90.72%38.04%-
XYZ4.518.662.1-
YUV61.91104.3590.26-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.14%
GREEN value IS 97 (38.28% from 255) = 76.98%
BLUE value IS 20 (8.20% from 255) = 15.87%
R=7.14%
G=76.98%
B=15.87%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal997200.9100.790.62127.583.0220.78
Hex961145B04F3E805315
Octal111412413301177620012325
Binary100111000011010010110110100111111111010000000101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096114; }

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

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

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

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

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

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

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

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