Html Css Color HEX #046F68 Pine Green

📋 copy color: '#046F68'

red 4 ◦ green 111 ◦ blue 104

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

Shades of Pine Green #046F68

Tints of Pine Green #046F68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 47.49%

R = 1.83%
G = 50.68%
B = 47.49%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#046F68 (or 0x046F68) is known color: Pine Green. HEX triplet: 04, 6F and 68. RGB value is (4,111,104). Sum of RGB (Red+Green+Blue) = 4+111+104=219 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.83% from 219); Green value is 111 (43.75% from 255 or 50.68% from 219); Blue value is 104 (41.02% from 255 or 47.49% from 219); Max value from RGB is 111 - color contains mainly: green. Hex color #046F68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046F68 is #FB9097. Grayscale: #4E4E4E. Windows color (decimal): -16486552 or 6844164. OLE color: 6844164.

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

Color convert

RGB 4 111 104 -
CMYK 0.96 0 0.06 0.56
HSL 176.07º 0.93% 0.23% -
HSV(B) 176.07º 0.96% 0.44% -
XYZ 8.23 12.39 15.06 -
YUV 78.21 142.55 75.07 -
System Red Green Blue C M Y K H S L
Decimal 4 111 104 0.96 0 0.06 0.56 176.07 0.93 0.23
Hex 4 6F 68 60 0 6 38 B0 5D 17
Octal 4 157 150 140 0 6 70 260 135 27
Binary 100 1101111 1101000 1100000 0 110 111000 10110000 1011101 10111

Color Harmonies of #046F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046F68

Black with #046F68

Text Example


Text Example

White with #046F68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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