Html Css Color HEX #016610 Green

📋 copy color: '#016610'

red 1 ◦ green 102 ◦ blue 16

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

Shades of Green #016610

Tints of Green #016610

RGB

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

 GREEN value IS 102 (40.23% from 255) = 85.71%

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

R = 0.84%
G = 85.71%
B = 13.45%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.84

 K value IS 0.6

RGB Variations

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

Color information

#016610 (or 0x016610) is known color: Green. HEX triplet: 01, 66 and 10. RGB value is (1,102,16). Sum of RGB (Red+Green+Blue) = 1+102+16=119 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.84% from 119); Green value is 102 (40.23% from 255 or 85.71% from 119); Blue value is 16 (6.64% from 255 or 13.45% from 119); Max value from RGB is 102 - color contains mainly: green. Hex color #016610 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016610 is #FE99EF. Grayscale: #3E3E3E. Windows color (decimal): -16685552 or 1074689. OLE color: 1074689.

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

Color convert

RGB 1 102 16 -
CMYK 0.99 0 0.84 0.6
HSL 128.91º 0.98% 0.2% -
HSV(B) 128.91º 0.99% 0.4% -
XYZ 4.86 9.55 2.08 -
YUV 62 102.04 84.49 -
System Red Green Blue C M Y K H S L
Decimal 1 102 16 0.99 0 0.84 0.6 128.91 0.98 0.2
Hex 1 66 10 63 0 54 3C 81 62 14
Octal 1 146 20 143 0 124 74 201 142 24
Binary 1 1100110 10000 1100011 0 1010100 111100 10000001 1100010 10100

Color Harmonies of #016610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016610

Black with #016610

Text Example


Text Example

White with #016610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016610; }

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

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

background-color css

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

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

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

border-color css

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

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

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