Html Css Color HEX #016901 Green

📋 copy color: '#016901'

red 1 ◦ green 105 ◦ blue 1

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

Shades of Green #016901

Tints of Green #016901

RGB

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

 GREEN value IS 105 (41.41% from 255) = 98.13%

 BLUE value IS 1 (0.78% from 255) = 0.93%

R = 0.93%
G = 98.13%
B = 0.93%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.99

 K value IS 0.59

RGB Variations

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

Color information

#016901 (or 0x016901) is known color: Green. HEX triplet: 01, 69 and 01. RGB value is (1,105,1). Sum of RGB (Red+Green+Blue) = 1+105+1=107 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 107); Green value is 105 (41.41% from 255 or 98.13% from 107); Blue value is 1 (0.78% from 255 or 0.93% from 107); Max value from RGB is 105 - color contains mainly: green. Hex color #016901 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016901 is #FE96FE. Grayscale: #3E3E3E. Windows color (decimal): -16684799 or 92417. OLE color: 92417.

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

Color convert

RGB 1 105 1 -
CMYK 0.99 0 0.99 0.59
HSL 120º 0.98% 0.21% -
HSV(B) 120º 0.99% 0.41% -
XYZ 5.07 10.11 1.71 -
YUV 62.05 93.54 84.46 -
System Red Green Blue C M Y K H S L
Decimal 1 105 1 0.99 0 0.99 0.59 120 0.98 0.21
Hex 1 69 1 63 0 63 3B 78 62 15
Octal 1 151 1 143 0 143 73 170 142 25
Binary 1 1101001 1 1100011 0 1100011 111011 1111000 1100010 10101

Color Harmonies of #016901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016901

Black with #016901

Text Example


Text Example

White with #016901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016901; }

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

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

background-color css

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

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

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

border-color css

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

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

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