Html Css Color HEX #016613 Green

📋 copy color: '#016613'

red 1 ◦ green 102 ◦ blue 19

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

Shades of Green #016613

Tints of Green #016613

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 15.57%

R = 0.82%
G = 83.61%
B = 15.57%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.81

 K value IS 0.6

RGB Variations

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

Color information

#016613 (or 0x016613) is known color: Green. HEX triplet: 01, 66 and 13. RGB value is (1,102,19). Sum of RGB (Red+Green+Blue) = 1+102+19=122 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.82% from 122); Green value is 102 (40.23% from 255 or 83.61% from 122); Blue value is 19 (7.81% from 255 or 15.57% from 122); Max value from RGB is 102 - color contains mainly: green. Hex color #016613 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016613 is #FE99EC. Grayscale: #3E3E3E. Windows color (decimal): -16685549 or 1271297. OLE color: 1271297.

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

Color convert

RGB 1 102 19 -
CMYK 0.99 0 0.81 0.6
HSL 130.69º 0.98% 0.2% -
HSV(B) 130.69º 0.99% 0.4% -
XYZ 4.88 9.56 2.2 -
YUV 62.34 103.54 84.25 -
System Red Green Blue C M Y K H S L
Decimal 1 102 19 0.99 0 0.81 0.6 130.69 0.98 0.2
Hex 1 66 13 63 0 51 3C 83 62 14
Octal 1 146 23 143 0 121 74 203 142 24
Binary 1 1100110 10011 1100011 0 1010001 111100 10000011 1100010 10100

Color Harmonies of #016613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016613

Black with #016613

Text Example


Text Example

White with #016613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016613; }

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

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

background-color css

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

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

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

border-color css

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

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

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