#046F69

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

Shades of Pine Green #046F69

Tints of Pine Green #046F69

Color information

#046F69 (or 0x046F69) is unknown color: approx Pine Green. HEX triplet: 04, 6F and 69. RGB value is (4,111,105). Sum of RGB (Red+Green+Blue) = 4+111+105=220 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.82% from 220); Green value is 111 (43.75% from 255 or 50.45% from 220); Blue value is 105 (41.41% from 255 or 47.73% from 220); Max value from RGB is 111 - color contains mainly: green. Hex color #046F69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046F69 is #FB9096. Grayscale: #4E4E4E. Windows color (decimal): -16486551 or 6909700. OLE color: 6909700.

HSL color Cylindrical-coordinate representation of color #046F69: hue angle of 176.64º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #046F69 is Cyan = 0.96, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.56.

Color convert

RGB4111105-
CMYK0.9600.050.56
HSL176.64º93.04%22.55%-
HSV(B)176.64º96.4%43.53%-
XYZ8.2812.4115.32-
YUV78.32143.0574.99-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.82%
GREEN value IS 111 (43.75% from 255) = 50.45%
BLUE value IS 105 (41.41% from 255) = 47.73%
R=1.82%
G=50.45%
B=47.73%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal41111050.9600.050.56176.6493.0422.55
Hex46F69600538b15d17
Octal4157151140057026113527
Binary100110111111010011100000010111100010110001101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #046F69; }

 p { color: rgb(4,111,105); }

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

<style>
 a { background-color: #046F69; }

 a { background-color: rgb(4,111,105); }

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

<style>
 span { border-color: #046F69; }

 span { border-color: rgb(4,111,105); }

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