Html Css Color HEX #017206 Green

📋 copy color: '#017206'

red 1 ◦ green 114 ◦ blue 6

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

Shades of Green #017206

Tints of Green #017206

RGB

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

 GREEN value IS 114 (44.92% from 255) = 94.21%

 BLUE value IS 6 (2.73% from 255) = 4.96%

R = 0.83%
G = 94.21%
B = 4.96%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.95

 K value IS 0.55

RGB Variations

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

Color information

#017206 (or 0x017206) is known color: Green. HEX triplet: 01, 72 and 06. RGB value is (1,114,6). Sum of RGB (Red+Green+Blue) = 1+114+6=121 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 121); Green value is 114 (44.92% from 255 or 94.21% from 121); Blue value is 6 (2.73% from 255 or 4.96% from 121); Max value from RGB is 114 - color contains mainly: green. Hex color #017206 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #017206 is #FE8DF9. Grayscale: #444444. Windows color (decimal): -16682490 or 422401. OLE color: 422401.

HSL color Cylindrical-coordinate representation of color #017206: hue angle of 122.65º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017206 is Cyan = 0.99, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.55.

Color convert

RGB 1 114 6 -
CMYK 0.99 0 0.95 0.55
HSL 122.65º 0.98% 0.23% -
HSV(B) 122.65º 0.99% 0.45% -
XYZ 6.06 12.05 2.18 -
YUV 67.9 93.06 80.28 -
System Red Green Blue C M Y K H S L
Decimal 1 114 6 0.99 0 0.95 0.55 122.65 0.98 0.23
Hex 1 72 6 63 0 5F 37 7B 62 17
Octal 1 162 6 143 0 137 67 173 142 27
Binary 1 1110010 110 1100011 0 1011111 110111 1111011 1100010 10111

Color Harmonies of #017206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017206

Black with #017206

Text Example


Text Example

White with #017206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017206; }

 p { color: rgb(1,114,6); }

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

background-color css

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

 a { background-color: rgb(1,114,6); }

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

border-color css

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

 span { border-color: rgb(1,114,6); }

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