Html Css Color HEX #017A69 Pine Green

📋 copy color: '#017A69'

red 1 ◦ green 122 ◦ blue 105

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

Shades of Pine Green #017A69

Tints of Pine Green #017A69

RGB

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

 GREEN value IS 122 (48.05% from 255) = 53.51%

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

R = 0.44%
G = 53.51%
B = 46.05%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.14

 K value IS 0.52

RGB Variations

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

Color information

#017A69 (or 0x017A69) is known color: Pine Green. HEX triplet: 01, 7A and 69. RGB value is (1,122,105). Sum of RGB (Red+Green+Blue) = 1+122+105=228 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 228); Green value is 122 (48.05% from 255 or 53.51% from 228); Blue value is 105 (41.41% from 255 or 46.05% from 228); Max value from RGB is 122 - color contains mainly: green. Hex color #017A69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017A69 is #FE8596. Grayscale: #535353. Windows color (decimal): -16680343 or 6912513. OLE color: 6912513.

HSL color Cylindrical-coordinate representation of color #017A69: hue angle of 171.57º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017A69 is Cyan = 0.99, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.52.

Color convert

RGB 1 122 105 -
CMYK 0.99 0 0.14 0.52
HSL 171.57º 0.98% 0.24% -
HSV(B) 171.57º 0.99% 0.48% -
XYZ 9.52 14.95 15.75 -
YUV 83.88 139.91 68.88 -
System Red Green Blue C M Y K H S L
Decimal 1 122 105 0.99 0 0.14 0.52 171.57 0.98 0.24
Hex 1 7A 69 63 0 E 34 AC 62 18
Octal 1 172 151 143 0 16 64 254 142 30
Binary 1 1111010 1101001 1100011 0 1110 110100 10101100 1100010 11000

Color Harmonies of #017A69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017A69

Black with #017A69

Text Example


Text Example

White with #017A69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017A69; }

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

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

background-color css

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

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

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

border-color css

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

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

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