#00766F

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

Shades of Pine Green #00766F

Tints of Pine Green #00766F

Color information

#00766F (or 0x00766F) is unknown color: approx Pine Green. HEX triplet: 00, 76 and 6F. RGB value is (0,118,111). Sum of RGB (Red+Green+Blue) = 0+118+111=229 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 229); Green value is 118 (46.48% from 255 or 51.53% from 229); Blue value is 111 (43.75% from 255 or 48.47% from 229); Max value from RGB is 118 - color contains mainly: green. Hex color #00766F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00766F is #FF8990. Grayscale: #515151. Windows color (decimal): -16746897 or 7304704. OLE color: 7304704.

HSL color Cylindrical-coordinate representation of color #00766F: hue angle of 176.44º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00766F is Cyan = 1, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB0118111-
CMYK100.060.54
HSL176.44º100%23.14%-
HSV(B)176.44º100%46.27%-
XYZ9.3514.117.27-
YUV81.92144.4169.57-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 118 (46.48% from 255) = 51.53%
BLUE value IS 111 (43.75% from 255) = 48.47%
R=0%
G=51.53%
B=48.47%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal0118111100.060.54176.4410023.14
Hex0766F640636b06417
Octal0166157144066626014427
Binary0111011011011111100100011011011010110000110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00766F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00766F; }

 p { color: rgb(0,118,111); }

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

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

 a { background-color: rgb(0,118,111); }

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

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

 span { border-color: rgb(0,118,111); }

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