#05796F

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

Shades of Pine Green #05796F

Tints of Pine Green #05796F

Color information

#05796F (or 0x05796F) is unknown color: approx Pine Green. HEX triplet: 05, 79 and 6F. RGB value is (5,121,111). Sum of RGB (Red+Green+Blue) = 5+121+111=237 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.11% from 237); Green value is 121 (47.66% from 255 or 51.05% from 237); Blue value is 111 (43.75% from 255 or 46.84% from 237); Max value from RGB is 121 - color contains mainly: green. Hex color #05796F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05796F is #FA8690. Grayscale: #555555. Windows color (decimal): -16418449 or 7305477. OLE color: 7305477.

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

Color convert

RGB5121111-
CMYK0.9600.080.53
HSL174.83º92.06%24.71%-
HSV(B)174.83º95.87%47.45%-
XYZ9.7714.8517.39-
YUV85.18142.5770.81-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.11%
GREEN value IS 121 (47.66% from 255) = 51.05%
BLUE value IS 111 (43.75% from 255) = 46.84%
R=2.11%
G=51.05%
B=46.84%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal51211110.9600.080.53174.8392.0624.71
Hex5796F600835af5c19
Octal51711571400106525713431
Binary1011111001110111111000000100011010110101111101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05796F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,121,111); }

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

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

 a { background-color: rgb(5,121,111); }

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

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

 span { border-color: rgb(5,121,111); }

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