#096213

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

Shades of Green #096213

Tints of Green #096213

Color information

#096213 (or 0x096213) is unknown color: approx Green. HEX triplet: 09, 62 and 13. RGB value is (9,98,19). Sum of RGB (Red+Green+Blue) = 9+98+19=126 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.14% from 126); Green value is 98 (38.67% from 255 or 77.78% from 126); Blue value is 19 (7.81% from 255 or 15.08% from 126); Max value from RGB is 98 - color contains mainly: green. Hex color #096213 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #096213 is #F69DEC. Grayscale: #3E3E3E. Windows color (decimal): -16162285 or 1270281. OLE color: 1270281.

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

Color convert

RGB99819-
CMYK0.9100.810.62
HSL126.74º83.18%20.98%-
HSV(B)126.74º90.82%38.43%-
XYZ4.68.842.08-
YUV62.38103.5189.92-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.14%
GREEN value IS 98 (38.67% from 255) = 77.78%
BLUE value IS 19 (7.81% from 255) = 15.08%
R=7.14%
G=77.78%
B=15.08%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal998190.9100.810.62126.7483.1820.98
Hex962135B0513E7f5315
Octal111422313301217617712325
Binary10011100010100111011011010100011111101111111101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096213; }

 p { color: rgb(9,98,19); }

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

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

 a { background-color: rgb(9,98,19); }

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

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

 span { border-color: rgb(9,98,19); }

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