#196710

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

Shades of Green #196710

Tints of Green #196710

Color information

#196710 (or 0x196710) is unknown color: approx Green. HEX triplet: 19, 67 and 10. RGB value is (25,103,16). Sum of RGB (Red+Green+Blue) = 25+103+16=144 (19% of max value = 765). Red value is 25 (10.16% from 255 or 17.36% from 144); Green value is 103 (40.62% from 255 or 71.53% from 144); Blue value is 16 (6.64% from 255 or 11.11% from 144); Max value from RGB is 103 - color contains mainly: green. Hex color #196710 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #196710 is #E698EF. Grayscale: #464646. Windows color (decimal): -15112432 or 1074969. OLE color: 1074969.

HSL color Cylindrical-coordinate representation of color #196710: hue angle of 113.79º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #196710 is Cyan = 0.76, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.60.

Color convert

RGB2510316-
CMYK0.7600.840.60
HSL113.79º73.11%23.33%-
HSV(B)113.79º84.47%40.39%-
XYZ5.349.942.13-
YUV69.7697.6696.07-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 17.36%
GREEN value IS 103 (40.62% from 255) = 71.53%
BLUE value IS 16 (6.64% from 255) = 11.11%
R=17.36%
G=71.53%
B=11.11%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal25103160.7600.840.60113.7973.1123.33
Hex1967104C0543C724917
Octal311472011401247416211127
Binary110011100111100001001100010101001111001110010100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #196710; }

 p { color: rgb(25,103,16); }

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

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

 a { background-color: rgb(25,103,16); }

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

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

 span { border-color: rgb(25,103,16); }

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