#007771

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

Shades of Pine Green #007771

Tints of Pine Green #007771

Color information

#007771 (or 0x007771) is unknown color: approx Pine Green. HEX triplet: 00, 77 and 71. RGB value is (0,119,113). Sum of RGB (Red+Green+Blue) = 0+119+113=232 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 232); Green value is 119 (46.88% from 255 or 51.29% from 232); Blue value is 113 (44.53% from 255 or 48.71% from 232); Max value from RGB is 119 - color contains mainly: green. Hex color #007771 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007771 is #FF888E. Grayscale: #525252. Windows color (decimal): -16746639 or 7436032. OLE color: 7436032.

HSL color Cylindrical-coordinate representation of color #007771: hue angle of 176.97º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007771 is Cyan = 1, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.53.

Color convert

RGB0119113-
CMYK100.050.53
HSL176.97º100%23.33%-
HSV(B)176.97º100%46.67%-
XYZ9.5814.3917.89-
YUV82.74145.0868.99-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 119 (46.88% from 255) = 51.29%
BLUE value IS 113 (44.53% from 255) = 48.71%
R=0%
G=51.29%
B=48.71%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal0119113100.050.53176.9710023.33
Hex07771640535b16417
Octal0167161144056526114427
Binary0111011111100011100100010111010110110001110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #007771; }

 p { color: rgb(0,119,113); }

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

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

 a { background-color: rgb(0,119,113); }

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

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

 span { border-color: rgb(0,119,113); }

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