#077672

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

Shades of Pine Green #077672

Tints of Pine Green #077672

Color information

#077672 (or 0x077672) is unknown color: approx Pine Green. HEX triplet: 07, 76 and 72. RGB value is (7,118,114). Sum of RGB (Red+Green+Blue) = 7+118+114=239 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.93% from 239); Green value is 118 (46.48% from 255 or 49.37% from 239); Blue value is 114 (44.92% from 255 or 47.70% from 239); Max value from RGB is 118 - color contains mainly: green. Hex color #077672 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #077672 is #F8898D. Grayscale: #545454. Windows color (decimal): -16288142 or 7501319. OLE color: 7501319.

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

Color convert

RGB7118114-
CMYK0.9400.030.54
HSL177.84º88.8%24.51%-
HSV(B)177.84º94.07%46.27%-
XYZ9.614.2218.16-
YUV84.35144.7372.83-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.93%
GREEN value IS 118 (46.48% from 255) = 49.37%
BLUE value IS 114 (44.92% from 255) = 47.70%
R=2.93%
G=49.37%
B=47.70%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal71181140.9400.030.54177.8488.824.51
Hex776725E0336b25919
Octal7166162136036626213131
Binary11111101101110010101111001111011010110010101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #077672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #077672; }

 p { color: rgb(7,118,114); }

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

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

 a { background-color: rgb(7,118,114); }

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

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

 span { border-color: rgb(7,118,114); }

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