#196B0B

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

Shades of Green #196B0B

Tints of Green #196B0B

Color information

#196B0B (or 0x196B0B) is unknown color: approx Green. HEX triplet: 19, 6B and 0B. RGB value is (25,107,11). Sum of RGB (Red+Green+Blue) = 25+107+11=143 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.48% from 143); Green value is 107 (42.19% from 255 or 74.83% from 143); Blue value is 11 (4.69% from 255 or 7.69% from 143); Max value from RGB is 107 - color contains mainly: green. Hex color #196B0B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #196B0B is #E694F4. Grayscale: #474747. Windows color (decimal): -15111413 or 748313. OLE color: 748313.

HSL color Cylindrical-coordinate representation of color #196B0B: hue angle of 111.25º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #196B0B is Cyan = 0.77, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.58.

Color convert

RGB2510711-
CMYK0.7700.900.58
HSL111.25º81.36%23.14%-
HSV(B)111.25º89.72%41.96%-
XYZ5.7210.752.09-
YUV71.5493.8394.81-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 17.48%
GREEN value IS 107 (42.19% from 255) = 74.83%
BLUE value IS 11 (4.69% from 255) = 7.69%
R=17.48%
G=74.83%
B=7.69%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal25107110.7700.900.58111.2581.3623.14
Hex196BB4D05A3A6f5117
Octal311531311501327215712127
Binary11001110101110111001101010110101110101101111101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196B0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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