#097C0C

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

Shades of Green #097C0C

Tints of Green #097C0C

Color information

#097C0C (or 0x097C0C) is unknown color: approx Green. HEX triplet: 09, 7C and 0C. RGB value is (9,124,12). Sum of RGB (Red+Green+Blue) = 9+124+12=145 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.21% from 145); Green value is 124 (48.83% from 255 or 85.52% from 145); Blue value is 12 (5.08% from 255 or 8.28% from 145); Max value from RGB is 124 - color contains mainly: green. Hex color #097C0C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #097C0C is #F683F3. Grayscale: #4D4D4D. Windows color (decimal): -16155636 or 818185. OLE color: 818185.

HSL color Cylindrical-coordinate representation of color #097C0C: hue angle of 121.57º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #097C0C is Cyan = 0.93, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.51.

Color convert

RGB912412-
CMYK0.9300.900.51
HSL121.57º86.47%26.08%-
HSV(B)121.57º92.74%48.63%-
XYZ7.3914.52.76-
YUV76.8591.479.61-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.21%
GREEN value IS 124 (48.83% from 255) = 85.52%
BLUE value IS 12 (5.08% from 255) = 8.28%
R=6.21%
G=85.52%
B=8.28%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal9124120.9300.900.51121.5786.4726.08
Hex97CC5D05A337a561a
Octal111741413501326317212632
Binary1001111110011001011101010110101100111111010101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #097C0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #097C0C; }

 p { color: rgb(9,124,12); }

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

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

 a { background-color: rgb(9,124,12); }

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

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

 span { border-color: rgb(9,124,12); }

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