#07766A

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

Shades of Pine Green #07766A

Tints of Pine Green #07766A

Color information

#07766A (or 0x07766A) is unknown color: approx Pine Green. HEX triplet: 07, 76 and 6A. RGB value is (7,118,106). Sum of RGB (Red+Green+Blue) = 7+118+106=231 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.03% from 231); Green value is 118 (46.48% from 255 or 51.08% from 231); Blue value is 106 (41.80% from 255 or 45.89% from 231); Max value from RGB is 118 - color contains mainly: green. Hex color #07766A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07766A is #F88995. Grayscale: #535353. Windows color (decimal): -16288150 or 6977031. OLE color: 6977031.

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

Color convert

RGB7118106-
CMYK0.9400.100.54
HSL173.51º88.8%24.51%-
HSV(B)173.51º94.07%46.27%-
XYZ9.1714.0415.86-
YUV83.44140.7373.48-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.03%
GREEN value IS 118 (46.48% from 255) = 51.08%
BLUE value IS 106 (41.80% from 255) = 45.89%
R=3.03%
G=51.08%
B=45.89%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal71181060.9400.100.54173.5188.824.51
Hex7766A5E0A36ae5919
Octal71661521360126625613131
Binary1111110110110101010111100101011011010101110101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07766A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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