Html Css Color HEX #017A6A Pine Green

📋 copy color: '#017A6A'

red 1 ◦ green 122 ◦ blue 106

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

Shades of Pine Green #017A6A

Tints of Pine Green #017A6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 46.29%

R = 0.44%
G = 53.28%
B = 46.29%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.13

 K value IS 0.52

RGB Variations

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

Color information

#017A6A (or 0x017A6A) is known color: Pine Green. HEX triplet: 01, 7A and 6A. RGB value is (1,122,106). Sum of RGB (Red+Green+Blue) = 1+122+106=229 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 229); Green value is 122 (48.05% from 255 or 53.28% from 229); Blue value is 106 (41.80% from 255 or 46.29% from 229); Max value from RGB is 122 - color contains mainly: green. Hex color #017A6A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017A6A is #FE8595. Grayscale: #535353. Windows color (decimal): -16680342 or 6978049. OLE color: 6978049.

HSL color Cylindrical-coordinate representation of color #017A6A: hue angle of 172.07º 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 #017A6A is Cyan = 0.99, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.52.

Color convert

RGB 1 122 106 -
CMYK 0.99 0 0.13 0.52
HSL 172.07º 0.98% 0.24% -
HSV(B) 172.07º 0.99% 0.48% -
XYZ 9.57 14.97 16.02 -
YUV 84 140.41 68.8 -
System Red Green Blue C M Y K H S L
Decimal 1 122 106 0.99 0 0.13 0.52 172.07 0.98 0.24
Hex 1 7A 6A 63 0 D 34 AC 62 18
Octal 1 172 152 143 0 15 64 254 142 30
Binary 1 1111010 1101010 1100011 0 1101 110100 10101100 1100010 11000

Color Harmonies of #017A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017A6A

Black with #017A6A

Text Example


Text Example

White with #017A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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