Html Css Color HEX #016206 Green

📋 copy color: '#016206'

red 1 ◦ green 98 ◦ blue 6

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

Shades of Green #016206

Tints of Green #016206

RGB

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

 GREEN value IS 98 (38.67% from 255) = 93.33%

 BLUE value IS 6 (2.73% from 255) = 5.71%

R = 0.95%
G = 93.33%
B = 5.71%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.94

 K value IS 0.62

RGB Variations

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

Color information

#016206 (or 0x016206) is known color: Green. HEX triplet: 01, 62 and 06. RGB value is (1,98,6). Sum of RGB (Red+Green+Blue) = 1+98+6=105 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.95% from 105); Green value is 98 (38.67% from 255 or 93.33% from 105); Blue value is 6 (2.73% from 255 or 5.71% from 105); Max value from RGB is 98 - color contains mainly: green. Hex color #016206 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016206 is #FE9DF9. Grayscale: #3A3A3A. Windows color (decimal): -16686586 or 418305. OLE color: 418305.

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

Color convert

RGB 1 98 6 -
CMYK 0.99 0 0.94 0.62
HSL 123.09º 0.98% 0.19% -
HSV(B) 123.09º 0.99% 0.38% -
XYZ 4.41 8.75 1.63 -
YUV 58.51 98.36 86.98 -
System Red Green Blue C M Y K H S L
Decimal 1 98 6 0.99 0 0.94 0.62 123.09 0.98 0.19
Hex 1 62 6 63 0 5E 3E 7B 62 13
Octal 1 142 6 143 0 136 76 173 142 23
Binary 1 1100010 110 1100011 0 1011110 111110 1111011 1100010 10011

Color Harmonies of #016206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016206

Black with #016206

Text Example


Text Example

White with #016206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016206; }

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

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

background-color css

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

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

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

border-color css

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

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

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