#016908

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

Shades of Green #016908

Tints of Green #016908

Color information

#016908 (or 0x016908) is unknown color: approx Green. HEX triplet: 01, 69 and 08. RGB value is (1,105,8). Sum of RGB (Red+Green+Blue) = 1+105+8=114 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 114); Green value is 105 (41.41% from 255 or 92.11% from 114); Blue value is 8 (3.52% from 255 or 7.02% from 114); Max value from RGB is 105 - color contains mainly: green. Hex color #016908 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016908 is #FE96F7. Grayscale: #3F3F3F. Windows color (decimal): -16684792 or 551169. OLE color: 551169.

HSL color Cylindrical-coordinate representation of color #016908: hue angle of 124.04º 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 #016908 is Cyan = 0.99, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.59.

Color convert

RGB11058-
CMYK0.9900.920.59
HSL124.04º98.11%20.78%-
HSV(B)124.04º99.05%41.18%-
XYZ5.1110.131.92-
YUV62.8597.0483.89-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.88%
GREEN value IS 105 (41.41% from 255) = 92.11%
BLUE value IS 8 (3.52% from 255) = 7.02%
R=0.88%
G=92.11%
B=7.02%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal110580.9900.920.59124.0498.1120.78
Hex16986305C3B7c6215
Octal11511014301347317414225
Binary1110100110001100011010111001110111111100110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016908; }

 p { color: rgb(1,105,8); }

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

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

 a { background-color: rgb(1,105,8); }

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

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

 span { border-color: rgb(1,105,8); }

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