#00736F

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

Shades of Pine Green #00736F

Tints of Pine Green #00736F

Color information

#00736F (or 0x00736F) is unknown color: approx Pine Green. HEX triplet: 00, 73 and 6F. RGB value is (0,115,111). Sum of RGB (Red+Green+Blue) = 0+115+111=226 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 226); Green value is 115 (45.31% from 255 or 50.88% from 226); Blue value is 111 (43.75% from 255 or 49.12% from 226); Max value from RGB is 115 - color contains mainly: green. Hex color #00736F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00736F is #FF8C90. Grayscale: #505050. Windows color (decimal): -16747665 or 7303936. OLE color: 7303936.

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

Color convert

RGB0115111-
CMYK100.030.55
HSL177.91º100%22.55%-
HSV(B)177.91º100%45.1%-
XYZ913.4117.15-
YUV80.16145.470.83-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 115 (45.31% from 255) = 50.88%
BLUE value IS 111 (43.75% from 255) = 49.12%
R=0%
G=50.88%
B=49.12%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal0115111100.030.55177.9110022.55
Hex0736F640337b26417
Octal0163157144036726214427
Binary011100111101111110010001111011110110010110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00736F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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