#00756E

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

Shades of Pine Green #00756E

Tints of Pine Green #00756E

Color information

#00756E (or 0x00756E) is unknown color: approx Pine Green. HEX triplet: 00, 75 and 6E. RGB value is (0,117,110). Sum of RGB (Red+Green+Blue) = 0+117+110=227 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 227); Green value is 117 (46.09% from 255 or 51.54% from 227); Blue value is 110 (43.36% from 255 or 48.46% from 227); Max value from RGB is 117 - color contains mainly: green. Hex color #00756E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00756E is #FF8A91. Grayscale: #515151. Windows color (decimal): -16747154 or 7238912. OLE color: 7238912.

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

Color convert

RGB0117110-
CMYK100.060.54
HSL176.41º100%22.94%-
HSV(B)176.41º100%45.88%-
XYZ9.1813.8516.94-
YUV81.22144.2470.07-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 117 (46.09% from 255) = 51.54%
BLUE value IS 110 (43.36% from 255) = 48.46%
R=0%
G=51.54%
B=48.46%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal0117110100.060.54176.4110022.94
Hex0756E640636b06417
Octal0165156144066626014427
Binary0111010111011101100100011011011010110000110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00756E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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