#077072

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

Shades of Pine Green #077072

Tints of Pine Green #077072

Color information

#077072 (or 0x077072) is unknown color: approx Pine Green. HEX triplet: 07, 70 and 72. RGB value is (7,112,114). Sum of RGB (Red+Green+Blue) = 7+112+114=233 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.00% from 233); Green value is 112 (44.14% from 255 or 48.07% from 233); Blue value is 114 (44.92% from 255 or 48.93% from 233); Max value from RGB is 114 - color contains mainly: blue. Hex color #077072 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #077072 is #F88F8D. Grayscale: #505050. Windows color (decimal): -16289678 or 7499783. OLE color: 7499783.

HSL color Cylindrical-coordinate representation of color #077072: hue angle of 181.12º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077072 is Cyan = 0.94, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7112114-
CMYK0.940.0200.55
HSL181.12º88.43%23.73%-
HSV(B)181.12º93.86%44.71%-
XYZ8.9212.8517.93-
YUV80.83146.7175.34-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.00%
GREEN value IS 112 (44.14% from 255) = 48.07%
BLUE value IS 114 (44.92% from 255) = 48.93%
R=3.00%
G=48.07%
B=48.93%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal71121140.940.0200.55181.1288.4323.73
Hex770725E2037b55818
Octal7160162136206726513030
Binary11111100001110010101111010011011110110101101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #077072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #077072; }

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

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

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

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

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

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

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

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