Html Css Color HEX #016306 Green

📋 copy color: '#016306'

red 1 ◦ green 99 ◦ blue 6

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

Shades of Green #016306

Tints of Green #016306

RGB

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

 GREEN value IS 99 (39.06% from 255) = 93.4%

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

R = 0.94%
G = 93.4%
B = 5.66%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.94

 K value IS 0.61

RGB Variations

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

Color information

#016306 (or 0x016306) is known color: Green. HEX triplet: 01, 63 and 06. RGB value is (1,99,6). Sum of RGB (Red+Green+Blue) = 1+99+6=106 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.94% from 106); Green value is 99 (39.06% from 255 or 93.40% from 106); Blue value is 6 (2.73% from 255 or 5.66% from 106); Max value from RGB is 99 - color contains mainly: green. Hex color #016306 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016306 is #FE9CF9. Grayscale: #3B3B3B. Windows color (decimal): -16686330 or 418561. OLE color: 418561.

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

Color convert

RGB 1 99 6 -
CMYK 0.99 0 0.94 0.61
HSL 123.06º 0.98% 0.2% -
HSV(B) 123.06º 0.99% 0.39% -
XYZ 4.51 8.94 1.66 -
YUV 59.1 98.03 86.56 -
System Red Green Blue C M Y K H S L
Decimal 1 99 6 0.99 0 0.94 0.61 123.06 0.98 0.2
Hex 1 63 6 63 0 5E 3D 7B 62 14
Octal 1 143 6 143 0 136 75 173 142 24
Binary 1 1100011 110 1100011 0 1011110 111101 1111011 1100010 10100

Color Harmonies of #016306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016306

Black with #016306

Text Example


Text Example

White with #016306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016306; }

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

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

background-color css

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

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

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

border-color css

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

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

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