#00786F

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

Shades of Pine Green #00786F

Tints of Pine Green #00786F

Color information

#00786F (or 0x00786F) is unknown color: approx Pine Green. HEX triplet: 00, 78 and 6F. RGB value is (0,120,111). Sum of RGB (Red+Green+Blue) = 0+120+111=231 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 231); Green value is 120 (47.27% from 255 or 51.95% from 231); Blue value is 111 (43.75% from 255 or 48.05% from 231); Max value from RGB is 120 - color contains mainly: green. Hex color #00786F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00786F is #FF8790. Grayscale: #535353. Windows color (decimal): -16746385 or 7305216. OLE color: 7305216.

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

Color convert

RGB0120111-
CMYK100.080.53
HSL175.5º100%23.53%-
HSV(B)175.5º100%47.06%-
XYZ9.5914.5817.35-
YUV83.09143.7468.73-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 120 (47.27% from 255) = 51.95%
BLUE value IS 111 (43.75% from 255) = 48.05%
R=0%
G=51.95%
B=48.05%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal0120111100.080.53175.510023.53
Hex0786F640835b06418
Octal01701571440106526014430
Binary01111000110111111001000100011010110110000110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00786F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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