#077D6F

Color #077D6F Pine Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Green #077D6F

Tints of Pine Green #077D6F

Color information

#077D6F (or 0x077D6F) is unknown color: approx Pine Green. HEX triplet: 07, 7D and 6F. RGB value is (7,125,111). Sum of RGB (Red+Green+Blue) = 7+125+111=243 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.88% from 243); Green value is 125 (49.22% from 255 or 51.44% from 243); Blue value is 111 (43.75% from 255 or 45.68% from 243); Max value from RGB is 125 - color contains mainly: green. Hex color #077D6F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #077D6F is #F88290. Grayscale: #585858. Windows color (decimal): -16286353 or 7306503. OLE color: 7306503.

HSL color Cylindrical-coordinate representation of color #077D6F: hue angle of 172.88º degrees, saturation: 0.89, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077D6F is Cyan = 0.94, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.51.

Color convert

RGB7125111-
CMYK0.9400.110.51
HSL172.88º89.39%25.88%-
HSV(B)172.88º94.4%49.02%-
XYZ10.2915.8617.56-
YUV88.12140.9170.14-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.88%
GREEN value IS 125 (49.22% from 255) = 51.44%
BLUE value IS 111 (43.75% from 255) = 45.68%
R=2.88%
G=51.44%
B=45.68%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal71251110.9400.110.51172.8889.3925.88
Hex77D6F5E0B33ad591a
Octal71751571360136325513132
Binary1111111101110111110111100101111001110101101101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #077D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,125,111); }

 H1.HeaderClassName
 {
   color: #077D6F;
 }
 .AnyTagClassName
 {
   color: #077D6F;
 }
</style>
background-color css

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

 a { background-color: rgb(7,125,111); }

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

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

 span { border-color: rgb(7,125,111); }

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