Html Css Color HEX #017769 Pine Green

📋 copy color: '#017769'

red 1 ◦ green 119 ◦ blue 105

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

Shades of Pine Green #017769

Tints of Pine Green #017769

RGB

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

 GREEN value IS 119 (46.88% from 255) = 52.89%

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

R = 0.44%
G = 52.89%
B = 46.67%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.12

 K value IS 0.53

RGB Variations

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

Color information

#017769 (or 0x017769) is known color: Pine Green. HEX triplet: 01, 77 and 69. RGB value is (1,119,105). Sum of RGB (Red+Green+Blue) = 1+119+105=225 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 225); Green value is 119 (46.88% from 255 or 52.89% from 225); Blue value is 105 (41.41% from 255 or 46.67% from 225); Max value from RGB is 119 - color contains mainly: green. Hex color #017769 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017769 is #FE8896. Grayscale: #525252. Windows color (decimal): -16681111 or 6911745. OLE color: 6911745.

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

Color convert

RGB 1 119 105 -
CMYK 0.99 0 0.12 0.53
HSL 172.88º 0.98% 0.24% -
HSV(B) 172.88º 0.99% 0.47% -
XYZ 9.16 14.22 15.63 -
YUV 82.12 140.91 70.14 -
System Red Green Blue C M Y K H S L
Decimal 1 119 105 0.99 0 0.12 0.53 172.88 0.98 0.24
Hex 1 77 69 63 0 C 35 AD 62 18
Octal 1 167 151 143 0 14 65 255 142 30
Binary 1 1110111 1101001 1100011 0 1100 110101 10101101 1100010 11000

Color Harmonies of #017769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017769

Black with #017769

Text Example


Text Example

White with #017769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017769; }

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

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

background-color css

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

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

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

border-color css

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

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

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