#07756D

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

Shades of Pine Green #07756D

Tints of Pine Green #07756D

Color information

#07756D (or 0x07756D) is unknown color: approx Pine Green. HEX triplet: 07, 75 and 6D. RGB value is (7,117,109). Sum of RGB (Red+Green+Blue) = 7+117+109=233 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.00% from 233); Green value is 117 (46.09% from 255 or 50.21% from 233); Blue value is 109 (42.97% from 255 or 46.78% from 233); Max value from RGB is 117 - color contains mainly: green. Hex color #07756D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07756D is #F88A92. Grayscale: #535353. Windows color (decimal): -16288403 or 7173383. OLE color: 7173383.

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

Color convert

RGB7117109-
CMYK0.9400.070.54
HSL175.64º88.71%24.31%-
HSV(B)175.64º94.02%45.88%-
XYZ9.2113.8716.66-
YUV83.2142.5673.65-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.00%
GREEN value IS 117 (46.09% from 255) = 50.21%
BLUE value IS 109 (42.97% from 255) = 46.78%
R=3.00%
G=50.21%
B=46.78%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal71171090.9400.070.54175.6488.7124.31
Hex7756D5E0736b05918
Octal7165155136076626013130
Binary111111010111011011011110011111011010110000101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07756D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07756D; }

 p { color: rgb(7,117,109); }

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

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

 a { background-color: rgb(7,117,109); }

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

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

 span { border-color: rgb(7,117,109); }

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