#016207

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

Shades of Green #016207

Tints of Green #016207

Color information

#016207 (or 0x016207) is unknown color: approx Green. HEX triplet: 01, 62 and 07. RGB value is (1,98,7). Sum of RGB (Red+Green+Blue) = 1+98+7=106 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.94% from 106); Green value is 98 (38.67% from 255 or 92.45% from 106); Blue value is 7 (3.12% from 255 or 6.60% from 106); Max value from RGB is 98 - color contains mainly: green. Hex color #016207 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016207 is #FE9DF8. Grayscale: #3A3A3A. Windows color (decimal): -16686585 or 483841. OLE color: 483841.

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

Color convert

RGB1987-
CMYK0.9900.930.62
HSL123.71º97.98%19.41%-
HSV(B)123.71º98.98%38.43%-
XYZ4.428.761.66-
YUV58.6298.8686.9-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.94%
GREEN value IS 98 (38.67% from 255) = 92.45%
BLUE value IS 7 (3.12% from 255) = 6.60%
R=0.94%
G=92.45%
B=6.60%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal19870.9900.930.62123.7197.9819.41
Hex16276305D3E7c6213
Octal1142714301357617414223
Binary111000101111100011010111011111101111100110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016207; }

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

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

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

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

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

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

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

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