Html Css Color HEX #017069 Pine Green

📋 copy color: '#017069'

red 1 ◦ green 112 ◦ blue 105

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

Shades of Pine Green #017069

Tints of Pine Green #017069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 48.17%

R = 0.46%
G = 51.38%
B = 48.17%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#017069 (or 0x017069) is known color: Pine Green. HEX triplet: 01, 70 and 69. RGB value is (1,112,105). Sum of RGB (Red+Green+Blue) = 1+112+105=218 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 218); Green value is 112 (44.14% from 255 or 51.38% from 218); Blue value is 105 (41.41% from 255 or 48.17% from 218); Max value from RGB is 112 - color contains mainly: green. Hex color #017069 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017069 is #FE8F96. Grayscale: #4D4D4D. Windows color (decimal): -16682903 or 6909953. OLE color: 6909953.

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

Color convert

RGB 1 112 105 -
CMYK 0.99 0 0.06 0.56
HSL 176.22º 0.98% 0.22% -
HSV(B) 176.22º 0.99% 0.44% -
XYZ 8.36 12.61 15.36 -
YUV 78.01 143.23 73.07 -
System Red Green Blue C M Y K H S L
Decimal 1 112 105 0.99 0 0.06 0.56 176.22 0.98 0.22
Hex 1 70 69 63 0 6 38 B0 62 16
Octal 1 160 151 143 0 6 70 260 142 26
Binary 1 1110000 1101001 1100011 0 110 111000 10110000 1100010 10110

Color Harmonies of #017069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017069

Black with #017069

Text Example


Text Example

White with #017069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017069; }

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

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

background-color css

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

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

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

border-color css

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

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

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