#016807

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

Shades of Green #016807

Tints of Green #016807

Color information

#016807 (or 0x016807) is unknown color: approx Green. HEX triplet: 01, 68 and 07. RGB value is (1,104,7). Sum of RGB (Red+Green+Blue) = 1+104+7=112 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.89% from 112); Green value is 104 (41.02% from 255 or 92.86% from 112); Blue value is 7 (3.12% from 255 or 6.25% from 112); Max value from RGB is 104 - color contains mainly: green. Hex color #016807 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016807 is #FE97F8. Grayscale: #3E3E3E. Windows color (decimal): -16685049 or 485377. OLE color: 485377.

HSL color Cylindrical-coordinate representation of color #016807: hue angle of 123.5º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016807 is Cyan = 0.99, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.59.

Color convert

RGB11047-
CMYK0.9900.930.59
HSL123.5º98.1%20.59%-
HSV(B)123.5º99.04%40.78%-
XYZ59.921.85-
YUV62.1496.8884.39-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.89%
GREEN value IS 104 (41.02% from 255) = 92.86%
BLUE value IS 7 (3.12% from 255) = 6.25%
R=0.89%
G=92.86%
B=6.25%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal110470.9900.930.59123.598.120.59
Hex16876305D3B7b6215
Octal1150714301357317314225
Binary111010001111100011010111011110111111011110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016807

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016807; }

 p { color: rgb(1,104,7); }

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

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

 a { background-color: rgb(1,104,7); }

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

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

 span { border-color: rgb(1,104,7); }

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