Html Css Color HEX #017969 Pine Green

📋 copy color: '#017969'

red 1 ◦ green 121 ◦ blue 105

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

Shades of Pine Green #017969

Tints of Pine Green #017969

RGB

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

 GREEN value IS 121 (47.66% from 255) = 53.3%

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

R = 0.44%
G = 53.3%
B = 46.26%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#017969 (or 0x017969) is known color: Pine Green. HEX triplet: 01, 79 and 69. RGB value is (1,121,105). Sum of RGB (Red+Green+Blue) = 1+121+105=227 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 227); Green value is 121 (47.66% from 255 or 53.30% from 227); Blue value is 105 (41.41% from 255 or 46.26% from 227); Max value from RGB is 121 - color contains mainly: green. Hex color #017969 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017969 is #FE8696. Grayscale: #535353. Windows color (decimal): -16680599 or 6912257. OLE color: 6912257.

HSL color Cylindrical-coordinate representation of color #017969: hue angle of 172º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017969 is Cyan = 0.99, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB 1 121 105 -
CMYK 0.99 0 0.13 0.53
HSL 172º 0.98% 0.24% -
HSV(B) 172º 0.99% 0.47% -
XYZ 9.4 14.7 15.71 -
YUV 83.3 140.24 69.3 -
System Red Green Blue C M Y K H S L
Decimal 1 121 105 0.99 0 0.13 0.53 172 0.98 0.24
Hex 1 79 69 63 0 D 35 AC 62 18
Octal 1 171 151 143 0 15 65 254 142 30
Binary 1 1111001 1101001 1100011 0 1101 110101 10101100 1100010 11000

Color Harmonies of #017969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017969

Black with #017969

Text Example


Text Example

White with #017969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017969; }

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

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

background-color css

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

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

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

border-color css

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

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

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