Html Css Color HEX #046F6F Pine Green

📋 copy color: '#046F6F'

red 4 ◦ green 111 ◦ blue 111

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

Shades of Pine Green #046F6F

Tints of Pine Green #046F6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 49.12%

R = 1.77%
G = 49.12%
B = 49.12%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#046F6F (or 0x046F6F) is known color: Pine Green. HEX triplet: 04, 6F and 6F. RGB value is (4,111,111). Sum of RGB (Red+Green+Blue) = 4+111+111=226 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.77% from 226); Green value is 111 (43.75% from 255 or 49.12% from 226); Blue value is 111 (43.75% from 255 or 49.12% from 226); Max value from RGB is 111 - color contains mainly: green, blue. Hex color #046F6F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046F6F is #FB9090. Grayscale: #4E4E4E. Windows color (decimal): -16486545 or 7302916. OLE color: 7302916.

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

Color convert

RGB 4 111 111 -
CMYK 0.96 0 0 0.56
HSL 180º 0.93% 0.23% -
HSV(B) 180º 0.96% 0.44% -
XYZ 8.6 12.54 17.01 -
YUV 79.01 146.05 74.5 -
System Red Green Blue C M Y K H S L
Decimal 4 111 111 0.96 0 0 0.56 180 0.93 0.23
Hex 4 6F 6F 60 0 0 38 B4 5D 17
Octal 4 157 157 140 0 0 70 264 135 27
Binary 100 1101111 1101111 1100000 0 0 111000 10110100 1011101 10111

Color Harmonies of #046F6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046F6F

Black with #046F6F

Text Example


Text Example

White with #046F6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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