#07766B

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

Shades of Pine Green #07766B

Tints of Pine Green #07766B

Color information

#07766B (or 0x07766B) is unknown color: approx Pine Green. HEX triplet: 07, 76 and 6B. RGB value is (7,118,107). Sum of RGB (Red+Green+Blue) = 7+118+107=232 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.02% from 232); Green value is 118 (46.48% from 255 or 50.86% from 232); Blue value is 107 (42.19% from 255 or 46.12% from 232); Max value from RGB is 118 - color contains mainly: green. Hex color #07766B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07766B is #F88994. Grayscale: #535353. Windows color (decimal): -16288149 or 7042567. OLE color: 7042567.

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

Color convert

RGB7118107-
CMYK0.9400.090.54
HSL174.05º88.8%24.51%-
HSV(B)174.05º94.07%46.27%-
XYZ9.2214.0616.14-
YUV83.56141.2373.39-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.02%
GREEN value IS 118 (46.48% from 255) = 50.86%
BLUE value IS 107 (42.19% from 255) = 46.12%
R=3.02%
G=50.86%
B=46.12%

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
Decimal71181070.9400.090.54174.0588.824.51
Hex7766B5E0936ae5919
Octal71661531360116625613131
Binary1111110110110101110111100100111011010101110101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07766B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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