Html Css Color HEX #016612 Green

📋 copy color: '#016612'

red 1 ◦ green 102 ◦ blue 18

#016612
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green #016612

Tints of Green #016612

RGB

 RED value IS 1 (0.78% from 255) = 0.83%

 GREEN value IS 102 (40.23% from 255) = 84.3%

 BLUE value IS 18 (7.42% from 255) = 14.88%

R = 0.83%
G = 84.3%
B = 14.88%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.82

 K value IS 0.6

RGB Variations

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

Color information

#016612 (or 0x016612) is known color: Green. HEX triplet: 01, 66 and 12. RGB value is (1,102,18). Sum of RGB (Red+Green+Blue) = 1+102+18=121 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 121); Green value is 102 (40.23% from 255 or 84.30% from 121); Blue value is 18 (7.42% from 255 or 14.88% from 121); Max value from RGB is 102 - color contains mainly: green. Hex color #016612 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016612 is #FE99ED. Grayscale: #3E3E3E. Windows color (decimal): -16685550 or 1205761. OLE color: 1205761.

HSL color Cylindrical-coordinate representation of color #016612: hue angle of 130.1º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016612 is Cyan = 0.99, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.6.

Color convert

RGB 1 102 18 -
CMYK 0.99 0 0.82 0.6
HSL 130.1º 0.98% 0.2% -
HSV(B) 130.1º 0.99% 0.4% -
XYZ 4.87 9.55 2.16 -
YUV 62.23 103.04 84.33 -
System Red Green Blue C M Y K H S L
Decimal 1 102 18 0.99 0 0.82 0.6 130.1 0.98 0.2
Hex 1 66 12 63 0 52 3C 82 62 14
Octal 1 146 22 143 0 122 74 202 142 24
Binary 1 1100110 10010 1100011 0 1010010 111100 10000010 1100010 10100

Color Harmonies of #016612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016612

Black with #016612

Text Example


Text Example

White with #016612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016612; }

 p { color: rgb(1,102,18); }

 H1.HeaderClassName
 {
   color: #016612;
 }
 .AnyTagClassName
 {
   color: #016612;
 }
</style>

background-color css

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

 a { background-color: rgb(1,102,18); }

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

border-color css

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

 span { border-color: rgb(1,102,18); }

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