Html Css Color HEX #016505 Green

📋 copy color: '#016505'

red 1 ◦ green 101 ◦ blue 5

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

Shades of Green #016505

Tints of Green #016505

RGB

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

 GREEN value IS 101 (39.84% from 255) = 94.39%

 BLUE value IS 5 (2.34% from 255) = 4.67%

R = 0.93%
G = 94.39%
B = 4.67%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.95

 K value IS 0.60

RGB Variations

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

Color information

#016505 (or 0x016505) is known color: Green. HEX triplet: 01, 65 and 05. RGB value is (1,101,5). Sum of RGB (Red+Green+Blue) = 1+101+5=107 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 107); Green value is 101 (39.84% from 255 or 94.39% from 107); Blue value is 5 (2.34% from 255 or 4.67% from 107); Max value from RGB is 101 - color contains mainly: green. Hex color #016505 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016505 is #FE9AFA. Grayscale: #3C3C3C. Windows color (decimal): -16685819 or 353537. OLE color: 353537.

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

Color convert

RGB 1 101 5 -
CMYK 0.99 0 0.95 0.60
HSL 122.4º 0.98% 0.2% -
HSV(B) 122.4º 0.99% 0.4% -
XYZ 4.69 9.32 1.7 -
YUV 60.16 96.87 85.81 -
System Red Green Blue C M Y K H S L
Decimal 1 101 5 0.99 0 0.95 0.60 122.4 0.98 0.2
Hex 1 65 5 63 0 5F 3C 7A 62 14
Octal 1 145 5 143 0 137 74 172 142 24
Binary 1 1100101 101 1100011 0 1011111 111100 1111010 1100010 10100

Color Harmonies of #016505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016505

Black with #016505

Text Example


Text Example

White with #016505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016505; }

 p { color: rgb(1,101,5); }

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

background-color css

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

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

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

border-color css

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

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

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