Html Css Color HEX #017066 Pine Green

📋 copy color: '#017066'

red 1 ◦ green 112 ◦ blue 102

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

Shades of Pine Green #017066

Tints of Pine Green #017066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 47.44%

R = 0.47%
G = 52.09%
B = 47.44%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

#017066 (or 0x017066) is known color: Pine Green. HEX triplet: 01, 70 and 66. RGB value is (1,112,102). Sum of RGB (Red+Green+Blue) = 1+112+102=215 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 215); Green value is 112 (44.14% from 255 or 52.09% from 215); Blue value is 102 (40.23% from 255 or 47.44% from 215); Max value from RGB is 112 - color contains mainly: green. Hex color #017066 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017066 is #FE8F99. Grayscale: #4D4D4D. Windows color (decimal): -16682906 or 6713345. OLE color: 6713345.

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

Color convert

RGB 1 112 102 -
CMYK 0.99 0 0.09 0.56
HSL 174.59º 0.98% 0.22% -
HSV(B) 174.59º 0.99% 0.44% -
XYZ 8.2 12.55 14.56 -
YUV 77.67 141.73 73.31 -
System Red Green Blue C M Y K H S L
Decimal 1 112 102 0.99 0 0.09 0.56 174.59 0.98 0.22
Hex 1 70 66 63 0 9 38 AF 62 16
Octal 1 160 146 143 0 11 70 257 142 26
Binary 1 1110000 1100110 1100011 0 1001 111000 10101111 1100010 10110

Color Harmonies of #017066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017066

Black with #017066

Text Example


Text Example

White with #017066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017066; }

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

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

background-color css

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

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

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

border-color css

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

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

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