#076E67

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

Shades of Pine Green #076E67

Tints of Pine Green #076E67

Color information

#076E67 (or 0x076E67) is unknown color: approx Pine Green. HEX triplet: 07, 6E and 67. RGB value is (7,110,103). Sum of RGB (Red+Green+Blue) = 7+110+103=220 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.18% from 220); Green value is 110 (43.36% from 255 or 50% from 220); Blue value is 103 (40.62% from 255 or 46.82% from 220); Max value from RGB is 110 - color contains mainly: green. Hex color #076E67 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076E67 is #F89198. Grayscale: #4E4E4E. Windows color (decimal): -16290201 or 6778375. OLE color: 6778375.

HSL color Cylindrical-coordinate representation of color #076E67: hue angle of 175.92º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #076E67 is Cyan = 0.94, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.57.

Color convert

RGB7110103-
CMYK0.9400.060.57
HSL175.92º88.03%22.94%-
HSV(B)175.92º93.64%43.14%-
XYZ8.1112.1814.75-
YUV78.4141.8877.07-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.18%
GREEN value IS 110 (43.36% from 255) = 50%
BLUE value IS 103 (40.62% from 255) = 46.82%
R=3.18%
G=50%
B=46.82%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal71101030.9400.060.57175.9288.0322.94
Hex76E675E0639b05817
Octal7156147136067126013027
Binary111110111011001111011110011011100110110000101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076E67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #076E67; }

 p { color: rgb(7,110,103); }

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

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

 a { background-color: rgb(7,110,103); }

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

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

 span { border-color: rgb(7,110,103); }

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