Html Css Color HEX #046F69 Pine Green

📋 copy color: '#046F69'

red 4 ◦ green 111 ◦ blue 105

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

Shades of Pine Green #046F69

Tints of Pine Green #046F69

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 value IS 0.96

 M value IS 0

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#046F69 (or 0x046F69) is known color: 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

RGB 4 111 105 -
CMYK 0.96 0 0.05 0.56
HSL 176.64º 0.93% 0.23% -
HSV(B) 176.64º 0.96% 0.44% -
XYZ 8.28 12.41 15.32 -
YUV 78.32 143.05 74.99 -
System Red Green Blue C M Y K H S L
Decimal 4 111 105 0.96 0 0.05 0.56 176.64 0.93 0.23
Hex 4 6F 69 60 0 5 38 B1 5D 17
Octal 4 157 151 140 0 5 70 261 135 27
Binary 100 1101111 1101001 1100000 0 101 111000 10110001 1011101 10111

Color Harmonies of #046F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046F69

Black with #046F69

Text Example


Text Example

White with #046F69

Text Example


Text Example

HTML Codes & Css Web 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>