#00786A

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

Shades of Pine Green #00786A

Tints of Pine Green #00786A

Color information

#00786A (or 0x00786A) is unknown color: approx Pine Green. HEX triplet: 00, 78 and 6A. RGB value is (0,120,106). Sum of RGB (Red+Green+Blue) = 0+120+106=226 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 226); Green value is 120 (47.27% from 255 or 53.10% from 226); Blue value is 106 (41.80% from 255 or 46.90% from 226); Max value from RGB is 120 - color contains mainly: green. Hex color #00786A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00786A is #FF8795. Grayscale: #525252. Windows color (decimal): -16746390 or 6977536. OLE color: 6977536.

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

Color convert

RGB0120106-
CMYK100.120.53
HSL173º100%23.53%-
HSV(B)173º100%47.06%-
XYZ9.3214.4715.94-
YUV82.52141.2469.14-

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) = 53.10%
BLUE value IS 106 (41.80% from 255) = 46.90%
R=0%
G=53.10%
B=46.90%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal0120106100.120.5317310023.53
Hex0786A640C35ad6418
Octal01701521440146525514430
Binary01111000110101011001000110011010110101101110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00786A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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