#00776E

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

Shades of Pine Green #00776E

Tints of Pine Green #00776E

Color information

#00776E (or 0x00776E) is unknown color: approx Pine Green. HEX triplet: 00, 77 and 6E. RGB value is (0,119,110). Sum of RGB (Red+Green+Blue) = 0+119+110=229 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 229); Green value is 119 (46.88% from 255 or 51.97% from 229); Blue value is 110 (43.36% from 255 or 48.03% from 229); Max value from RGB is 119 - color contains mainly: green. Hex color #00776E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00776E is #FF8891. Grayscale: #525252. Windows color (decimal): -16746642 or 7239424. OLE color: 7239424.

HSL color Cylindrical-coordinate representation of color #00776E: hue angle of 175.46º 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 #00776E is Cyan = 1, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB0119110-
CMYK100.080.53
HSL175.46º100%23.33%-
HSV(B)175.46º100%46.67%-
XYZ9.4114.3217.02-
YUV82.39143.5869.23-

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.97%
BLUE value IS 110 (43.36% from 255) = 48.03%
R=0%
G=51.97%
B=48.03%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal0119110100.080.53175.4610023.33
Hex0776E640835af6417
Octal01671561440106525714427
Binary01110111110111011001000100011010110101111110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00776E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00776E; }

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

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

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

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

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

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

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

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