Html Css Color HEX #046F66 Pine Green

📋 copy color: '#046F66'

red 4 ◦ green 111 ◦ blue 102

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

Shades of Pine Green #046F66

Tints of Pine Green #046F66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 47%

R = 1.84%
G = 51.15%
B = 47%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.08

 K value IS 0.56

RGB Variations

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

Color information

#046F66 (or 0x046F66) is known color: Pine Green. HEX triplet: 04, 6F and 66. RGB value is (4,111,102). Sum of RGB (Red+Green+Blue) = 4+111+102=217 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.84% from 217); Green value is 111 (43.75% from 255 or 51.15% from 217); Blue value is 102 (40.23% from 255 or 47.00% from 217); Max value from RGB is 111 - color contains mainly: green. Hex color #046F66 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046F66 is #FB9099. Grayscale: #4D4D4D. Windows color (decimal): -16486554 or 6713092. OLE color: 6713092.

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

Color convert

RGB 4 111 102 -
CMYK 0.96 0 0.08 0.56
HSL 174.95º 0.93% 0.23% -
HSV(B) 174.95º 0.96% 0.44% -
XYZ 8.13 12.35 14.53 -
YUV 77.98 141.55 75.23 -
System Red Green Blue C M Y K H S L
Decimal 4 111 102 0.96 0 0.08 0.56 174.95 0.93 0.23
Hex 4 6F 66 60 0 8 38 AF 5D 17
Octal 4 157 146 140 0 10 70 257 135 27
Binary 100 1101111 1100110 1100000 0 1000 111000 10101111 1011101 10111

Color Harmonies of #046F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046F66

Black with #046F66

Text Example


Text Example

White with #046F66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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