#197A07

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

Shades of Green #197A07

Tints of Green #197A07

Color information

#197A07 (or 0x197A07) is unknown color: approx Green. HEX triplet: 19, 7A and 07. RGB value is (25,122,7). Sum of RGB (Red+Green+Blue) = 25+122+7=154 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.23% from 154); Green value is 122 (48.05% from 255 or 79.22% from 154); Blue value is 7 (3.12% from 255 or 4.55% from 154); Max value from RGB is 122 - color contains mainly: green. Hex color #197A07 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #197A07 is #E685F8. Grayscale: #505050. Windows color (decimal): -15107577 or 490009. OLE color: 490009.

HSL color Cylindrical-coordinate representation of color #197A07: hue angle of 110.61º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #197A07 is Cyan = 0.80, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.52.

Color convert

RGB251227-
CMYK0.8000.940.52
HSL110.61º89.15%25.29%-
HSV(B)110.61º94.26%47.84%-
XYZ7.414.142.54-
YUV79.8986.8688.85-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 16.23%
GREEN value IS 122 (48.05% from 255) = 79.22%
BLUE value IS 7 (3.12% from 255) = 4.55%
R=16.23%
G=79.22%
B=4.55%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal2512270.8000.940.52110.6189.1525.29
Hex197A75005E346f5919
Octal31172712001366415713131
Binary1100111110101111010000010111101101001101111101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197A07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #197A07; }

 p { color: rgb(25,122,7); }

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

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

 a { background-color: rgb(25,122,7); }

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

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

 span { border-color: rgb(25,122,7); }

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