Html Css Color HEX #077A73 Pine Green

📋 copy color: '#077A73'

red 7 ◦ green 122 ◦ blue 115

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

Shades of Pine Green #077A73

Tints of Pine Green #077A73

RGB

 RED value IS 7 (3.13% from 255) = 2.87%

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

 BLUE value IS 115 (45.31% from 255) = 47.13%

R = 2.87%
G = 50%
B = 47.13%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.06

 K value IS 0.52

RGB Variations

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

Color information

#077A73 (or 0x077A73) is known color: Pine Green. HEX triplet: 07, 7A and 73. RGB value is (7,122,115). Sum of RGB (Red+Green+Blue) = 7+122+115=244 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.87% from 244); Green value is 122 (48.05% from 255 or 50% from 244); Blue value is 115 (45.31% from 255 or 47.13% from 244); Max value from RGB is 122 - color contains mainly: green. Hex color #077A73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #077A73 is #F8858C. Grayscale: #565656. Windows color (decimal): -16287117 or 7567879. OLE color: 7567879.

HSL color Cylindrical-coordinate representation of color #077A73: hue angle of 176.35º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077A73 is Cyan = 0.94, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.52.

Color convert

RGB 7 122 115 -
CMYK 0.94 0 0.06 0.52
HSL 176.35º 0.89% 0.25% -
HSV(B) 176.35º 0.94% 0.48% -
XYZ 10.14 15.2 18.62 -
YUV 86.82 143.9 71.07 -
System Red Green Blue C M Y K H S L
Decimal 7 122 115 0.94 0 0.06 0.52 176.35 0.89 0.25
Hex 7 7A 73 5E 0 6 34 B0 59 19
Octal 7 172 163 136 0 6 64 260 131 31
Binary 111 1111010 1110011 1011110 0 110 110100 10110000 1011001 11001

Color Harmonies of #077A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077A73

Black with #077A73

Text Example


Text Example

White with #077A73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077A73; }

 p { color: rgb(7,122,115); }

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

background-color css

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

 a { background-color: rgb(7,122,115); }

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

border-color css

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

 span { border-color: rgb(7,122,115); }

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