#077973

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

Shades of Pine Green #077973

Tints of Pine Green #077973

Color information

#077973 (or 0x077973) is unknown color: approx Pine Green. HEX triplet: 07, 79 and 73. RGB value is (7,121,115). Sum of RGB (Red+Green+Blue) = 7+121+115=243 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.88% from 243); Green value is 121 (47.66% from 255 or 49.79% from 243); Blue value is 115 (45.31% from 255 or 47.33% from 243); Max value from RGB is 121 - color contains mainly: green. Hex color #077973 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #077973 is #F8868C. Grayscale: #565656. Windows color (decimal): -16287373 or 7567623. OLE color: 7567623.

HSL color Cylindrical-coordinate representation of color #077973: hue angle of 176.84º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077973 is Cyan = 0.94, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.53.

Color convert

RGB7121115-
CMYK0.9400.050.53
HSL176.84º89.06%25.1%-
HSV(B)176.84º94.21%47.45%-
XYZ10.0214.9618.58-
YUV86.23144.2371.49-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.88%
GREEN value IS 121 (47.66% from 255) = 49.79%
BLUE value IS 115 (45.31% from 255) = 47.33%
R=2.88%
G=49.79%
B=47.33%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal71211150.9400.050.53176.8489.0625.1
Hex779735E0535b15919
Octal7171163136056526113131
Binary111111100111100111011110010111010110110001101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #077973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #077973; }

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

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

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

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

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

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

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

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