Html Css Color HEX #017006 Green

📋 copy color: '#017006'

red 1 ◦ green 112 ◦ blue 6

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

Shades of Green #017006

Tints of Green #017006

RGB

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

 GREEN value IS 112 (44.14% from 255) = 94.12%

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

R = 0.84%
G = 94.12%
B = 5.04%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.95

 K value IS 0.56

RGB Variations

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

Color information

#017006 (or 0x017006) is known color: Green. HEX triplet: 01, 70 and 06. RGB value is (1,112,6). Sum of RGB (Red+Green+Blue) = 1+112+6=119 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.84% from 119); Green value is 112 (44.14% from 255 or 94.12% from 119); Blue value is 6 (2.73% from 255 or 5.04% from 119); Max value from RGB is 112 - color contains mainly: green. Hex color #017006 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #017006 is #FE8FF9. Grayscale: #434343. Windows color (decimal): -16683002 or 421889. OLE color: 421889.

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

Color convert

RGB 1 112 6 -
CMYK 0.99 0 0.95 0.56
HSL 122.7º 0.98% 0.22% -
HSV(B) 122.7º 0.99% 0.44% -
XYZ 5.84 11.61 2.11 -
YUV 66.73 93.73 81.12 -
System Red Green Blue C M Y K H S L
Decimal 1 112 6 0.99 0 0.95 0.56 122.7 0.98 0.22
Hex 1 70 6 63 0 5F 38 7B 62 16
Octal 1 160 6 143 0 137 70 173 142 26
Binary 1 1110000 110 1100011 0 1011111 111000 1111011 1100010 10110

Color Harmonies of #017006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017006

Black with #017006

Text Example


Text Example

White with #017006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017006; }

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

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

background-color css

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

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

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

border-color css

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

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

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