#077A6C

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

Shades of Pine Green #077A6C

Tints of Pine Green #077A6C

Color information

#077A6C (or 0x077A6C) is unknown color: approx Pine Green. HEX triplet: 07, 7A and 6C. RGB value is (7,122,108). Sum of RGB (Red+Green+Blue) = 7+122+108=237 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.95% from 237); Green value is 122 (48.05% from 255 or 51.48% from 237); Blue value is 108 (42.58% from 255 or 45.57% from 237); Max value from RGB is 122 - color contains mainly: green. Hex color #077A6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #077A6C is #F88593. Grayscale: #555555. Windows color (decimal): -16287124 or 7109127. OLE color: 7109127.

HSL color Cylindrical-coordinate representation of color #077A6C: hue angle of 172.7º 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 #077A6C is Cyan = 0.94, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.52.

Color convert

RGB7122108-
CMYK0.9400.110.52
HSL172.7º89.15%25.29%-
HSV(B)172.7º94.26%47.84%-
XYZ9.7515.0516.58-
YUV86.02140.471.64-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.95%
GREEN value IS 122 (48.05% from 255) = 51.48%
BLUE value IS 108 (42.58% from 255) = 45.57%
R=2.95%
G=51.48%
B=45.57%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal71221080.9400.110.52172.789.1525.29
Hex77A6C5E0B34ad5919
Octal71721541360136425513131
Binary1111111010110110010111100101111010010101101101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #077A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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