Html Css Color HEX #016702 Green

📋 copy color: '#016702'

red 1 ◦ green 103 ◦ blue 2

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

Shades of Green #016702

Tints of Green #016702

RGB

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

 GREEN value IS 103 (40.63% from 255) = 97.17%

 BLUE value IS 2 (1.17% from 255) = 1.89%

R = 0.94%
G = 97.17%
B = 1.89%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.98

 K value IS 0.60

RGB Variations

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

Color information

#016702 (or 0x016702) is known color: Green. HEX triplet: 01, 67 and 02. RGB value is (1,103,2). Sum of RGB (Red+Green+Blue) = 1+103+2=106 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.94% from 106); Green value is 103 (40.62% from 255 or 97.17% from 106); Blue value is 2 (1.17% from 255 or 1.89% from 106); Max value from RGB is 103 - color contains mainly: green. Hex color #016702 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016702 is #FE98FD. Grayscale: #3D3D3D. Windows color (decimal): -16685310 or 157441. OLE color: 157441.

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

Color convert

RGB 1 103 2 -
CMYK 0.99 0 0.98 0.60
HSL 120.59º 0.98% 0.2% -
HSV(B) 120.59º 0.99% 0.4% -
XYZ 4.87 9.71 1.68 -
YUV 60.99 94.71 85.21 -
System Red Green Blue C M Y K H S L
Decimal 1 103 2 0.99 0 0.98 0.60 120.59 0.98 0.2
Hex 1 67 2 63 0 62 3C 79 62 14
Octal 1 147 2 143 0 142 74 171 142 24
Binary 1 1100111 10 1100011 0 1100010 111100 1111001 1100010 10100

Color Harmonies of #016702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016702

Black with #016702

Text Example


Text Example

White with #016702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016702; }

 p { color: rgb(1,103,2); }

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

background-color css

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

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

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

border-color css

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

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

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