Html Css Color HEX #046F70 Pine Green

📋 copy color: '#046F70'

red 4 ◦ green 111 ◦ blue 112

#046F70
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pine Green #046F70

Tints of Pine Green #046F70

RGB

 RED value IS 4 (1.95% from 255) = 1.76%

 GREEN value IS 111 (43.75% from 255) = 48.9%

 BLUE value IS 112 (44.14% from 255) = 49.34%

R = 1.76%
G = 48.9%
B = 49.34%

CMYK

 C value IS 0.96

 M value IS 0.01

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#046F70 (or 0x046F70) is known color: Pine Green. HEX triplet: 04, 6F and 70. RGB value is (4,111,112). Sum of RGB (Red+Green+Blue) = 4+111+112=227 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.76% from 227); Green value is 111 (43.75% from 255 or 48.90% from 227); Blue value is 112 (44.14% from 255 or 49.34% from 227); Max value from RGB is 112 - color contains mainly: blue. Hex color #046F70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046F70 is #FB908F. Grayscale: #4F4F4F. Windows color (decimal): -16486544 or 7368452. OLE color: 7368452.

HSL color Cylindrical-coordinate representation of color #046F70: hue angle of 180.56º 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 #046F70 is Cyan = 0.96, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 4 111 112 -
CMYK 0.96 0.01 0 0.56
HSL 180.56º 0.93% 0.23% -
HSV(B) 180.56º 0.96% 0.44% -
XYZ 8.66 12.56 17.3 -
YUV 79.12 146.55 74.42 -
System Red Green Blue C M Y K H S L
Decimal 4 111 112 0.96 0.01 0 0.56 180.56 0.93 0.23
Hex 4 6F 70 60 1 0 38 B5 5D 17
Octal 4 157 160 140 1 0 70 265 135 27
Binary 100 1101111 1110000 1100000 1 0 111000 10110101 1011101 10111

Color Harmonies of #046F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046F70

Black with #046F70

Text Example


Text Example

White with #046F70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #046F70;
 }
 .AnyTagClassName
 {
   color: #046F70;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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