#156800

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

Shades of Green #156800

Tints of Green #156800

Color information

#156800 (or 0x156800) is unknown color: approx Green. HEX triplet: 15, 68 and 00. RGB value is (21,104,0). Sum of RGB (Red+Green+Blue) = 21+104+0=125 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.8% from 125); Green value is 104 (41.02% from 255 or 83.2% from 125); Blue value is 0 (0.39% from 255 or 0% from 125); Max value from RGB is 104 - color contains mainly: green. Hex color #156800 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #156800 is #EA97FF. Grayscale: #434343. Windows color (decimal): -15374336 or 26645. OLE color: 26645.

HSL color Cylindrical-coordinate representation of color #156800: hue angle of 107.88º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #156800 is Cyan = 0.80, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.59.

Color convert

RGB211040-
CMYK0.80010.59
HSL107.88º100%20.39%-
HSV(B)107.88º100%40.78%-
XYZ5.2610.061.66-
YUV67.339094.96-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 16.8%
GREEN value IS 104 (41.02% from 255) = 83.2%
BLUE value IS 0 (0.39% from 255) = 0%
R=16.8%
G=83.2%
B=0%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal2110400.80010.59107.8810020.39
Hex15680500643B6c6414
Octal25150012001447315414424
Binary10101110100001010000011001001110111101100110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156800; }

 p { color: rgb(21,104,0); }

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

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

 a { background-color: rgb(21,104,0); }

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

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

 span { border-color: rgb(21,104,0); }

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