#196B06

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

Shades of Green #196B06

Tints of Green #196B06

Color information

#196B06 (or 0x196B06) is unknown color: approx Green. HEX triplet: 19, 6B and 06. RGB value is (25,107,6). Sum of RGB (Red+Green+Blue) = 25+107+6=138 (18% of max value = 765). Red value is 25 (10.16% from 255 or 18.12% from 138); Green value is 107 (42.19% from 255 or 77.54% from 138); Blue value is 6 (2.73% from 255 or 4.35% from 138); Max value from RGB is 107 - color contains mainly: green. Hex color #196B06 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #196B06 is #E694F9. Grayscale: #474747. Windows color (decimal): -15111418 or 420633. OLE color: 420633.

HSL color Cylindrical-coordinate representation of color #196B06: hue angle of 108.71º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #196B06 is Cyan = 0.77, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.58.

Color convert

RGB251076-
CMYK0.7700.940.58
HSL108.71º89.38%22.16%-
HSV(B)108.71º94.39%41.96%-
XYZ5.6910.741.94-
YUV70.9791.3395.21-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 18.12%
GREEN value IS 107 (42.19% from 255) = 77.54%
BLUE value IS 6 (2.73% from 255) = 4.35%
R=18.12%
G=77.54%
B=4.35%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal2510760.7700.940.58108.7189.3822.16
Hex196B64D05E3A6d5916
Octal31153611501367215513126
Binary1100111010111101001101010111101110101101101101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196B06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #196B06; }

 p { color: rgb(25,107,6); }

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

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

 a { background-color: rgb(25,107,6); }

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

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

 span { border-color: rgb(25,107,6); }

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