Html Css Color HEX #057668 Pine Green

📋 copy color: '#057668'

red 5 ◦ green 118 ◦ blue 104

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

Shades of Pine Green #057668

Tints of Pine Green #057668

RGB

 RED value IS 5 (2.34% from 255) = 2.2%

 GREEN value IS 118 (46.48% from 255) = 51.98%

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

R = 2.2%
G = 51.98%
B = 45.81%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.12

 K value IS 0.54

RGB Variations

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

Color information

#057668 (or 0x057668) is known color: Pine Green. HEX triplet: 05, 76 and 68. RGB value is (5,118,104). Sum of RGB (Red+Green+Blue) = 5+118+104=227 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.20% from 227); Green value is 118 (46.48% from 255 or 51.98% from 227); Blue value is 104 (41.02% from 255 or 45.81% from 227); Max value from RGB is 118 - color contains mainly: green. Hex color #057668 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057668 is #FA8997. Grayscale: #525252. Windows color (decimal): -16419224 or 6845957. OLE color: 6845957.

HSL color Cylindrical-coordinate representation of color #057668: hue angle of 172.57º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057668 is Cyan = 0.96, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.54.

Color convert

RGB 5 118 104 -
CMYK 0.96 0 0.12 0.54
HSL 172.57º 0.92% 0.24% -
HSV(B) 172.57º 0.96% 0.46% -
XYZ 9.04 13.99 15.32 -
YUV 82.62 140.06 72.64 -
System Red Green Blue C M Y K H S L
Decimal 5 118 104 0.96 0 0.12 0.54 172.57 0.92 0.24
Hex 5 76 68 60 0 C 36 AD 5C 18
Octal 5 166 150 140 0 14 66 255 134 30
Binary 101 1110110 1101000 1100000 0 1100 110110 10101101 1011100 11000

Color Harmonies of #057668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057668

Black with #057668

Text Example


Text Example

White with #057668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057668; }

 p { color: rgb(5,118,104); }

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

background-color css

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

 a { background-color: rgb(5,118,104); }

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

border-color css

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

 span { border-color: rgb(5,118,104); }

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