#077B6C

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

Shades of Pine Green #077B6C

Tints of Pine Green #077B6C

Color information

#077B6C (or 0x077B6C) is unknown color: approx Pine Green. HEX triplet: 07, 7B and 6C. RGB value is (7,123,108). Sum of RGB (Red+Green+Blue) = 7+123+108=238 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.94% from 238); Green value is 123 (48.44% from 255 or 51.68% from 238); Blue value is 108 (42.58% from 255 or 45.38% from 238); Max value from RGB is 123 - color contains mainly: green. Hex color #077B6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #077B6C is #F88493. Grayscale: #565656. Windows color (decimal): -16286868 or 7109383. OLE color: 7109383.

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

Color convert

RGB7123108-
CMYK0.9400.120.52
HSL172.24º89.23%25.49%-
HSV(B)172.24º94.31%48.24%-
XYZ9.8815.2916.62-
YUV86.61140.0771.22-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.94%
GREEN value IS 123 (48.44% from 255) = 51.68%
BLUE value IS 108 (42.58% from 255) = 45.38%
R=2.94%
G=51.68%
B=45.38%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal71231080.9400.120.52172.2489.2325.49
Hex77B6C5E0C34ac5919
Octal71731541360146425413131
Binary1111111011110110010111100110011010010101100101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #077B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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