Html Css Color HEX #016510 Green

📋 copy color: '#016510'

red 1 ◦ green 101 ◦ blue 16

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

Shades of Green #016510

Tints of Green #016510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 13.56%

R = 0.85%
G = 85.59%
B = 13.56%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.84

 K value IS 0.60

RGB Variations

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

Color information

#016510 (or 0x016510) is known color: Green. HEX triplet: 01, 65 and 10. RGB value is (1,101,16). Sum of RGB (Red+Green+Blue) = 1+101+16=118 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 118); Green value is 101 (39.84% from 255 or 85.59% from 118); Blue value is 16 (6.64% from 255 or 13.56% from 118); Max value from RGB is 101 - color contains mainly: green. Hex color #016510 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016510 is #FE9AEF. Grayscale: #3D3D3D. Windows color (decimal): -16685808 or 1074433. OLE color: 1074433.

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

Color convert

RGB 1 101 16 -
CMYK 0.99 0 0.84 0.60
HSL 129º 0.98% 0.2% -
HSV(B) 129º 0.99% 0.4% -
XYZ 4.76 9.35 2.04 -
YUV 61.41 102.37 84.91 -
System Red Green Blue C M Y K H S L
Decimal 1 101 16 0.99 0 0.84 0.60 129 0.98 0.2
Hex 1 65 10 63 0 54 3C 81 62 14
Octal 1 145 20 143 0 124 74 201 142 24
Binary 1 1100101 10000 1100011 0 1010100 111100 10000001 1100010 10100

Color Harmonies of #016510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016510

Black with #016510

Text Example


Text Example

White with #016510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016510; }

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

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

background-color css

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

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

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

border-color css

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

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

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