#07756A

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

Shades of Pine Green #07756A

Tints of Pine Green #07756A

Color information

#07756A (or 0x07756A) is unknown color: approx Pine Green. HEX triplet: 07, 75 and 6A. RGB value is (7,117,106). Sum of RGB (Red+Green+Blue) = 7+117+106=230 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.04% from 230); Green value is 117 (46.09% from 255 or 50.87% from 230); Blue value is 106 (41.80% from 255 or 46.09% from 230); Max value from RGB is 117 - color contains mainly: green. Hex color #07756A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07756A is #F88A95. Grayscale: #525252. Windows color (decimal): -16288406 or 6976775. OLE color: 6976775.

HSL color Cylindrical-coordinate representation of color #07756A: hue angle of 174º 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 #07756A is Cyan = 0.94, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB7117106-
CMYK0.9400.090.54
HSL174º88.71%24.31%-
HSV(B)174º94.02%45.88%-
XYZ9.0513.8115.82-
YUV82.86141.0673.89-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.04%
GREEN value IS 117 (46.09% from 255) = 50.87%
BLUE value IS 106 (41.80% from 255) = 46.09%
R=3.04%
G=50.87%
B=46.09%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal71171060.9400.090.5417488.7124.31
Hex7756A5E0936ae5918
Octal71651521360116625613130
Binary1111110101110101010111100100111011010101110101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07756A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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