Html Css Color HEX #057166 Pine Green

📋 copy color: '#057166'

red 5 ◦ green 113 ◦ blue 102

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

Shades of Pine Green #057166

Tints of Pine Green #057166

RGB

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

 GREEN value IS 113 (44.53% from 255) = 51.36%

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

R = 2.27%
G = 51.36%
B = 46.36%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#057166 (or 0x057166) is known color: Pine Green. HEX triplet: 05, 71 and 66. RGB value is (5,113,102). Sum of RGB (Red+Green+Blue) = 5+113+102=220 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.27% from 220); Green value is 113 (44.53% from 255 or 51.36% from 220); Blue value is 102 (40.23% from 255 or 46.36% from 220); Max value from RGB is 113 - color contains mainly: green. Hex color #057166 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057166 is #FA8E99. Grayscale: #4F4F4F. Windows color (decimal): -16420506 or 6713605. OLE color: 6713605.

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

Color convert

RGB 5 113 102 -
CMYK 0.96 0 0.10 0.56
HSL 173.89º 0.92% 0.23% -
HSV(B) 173.89º 0.96% 0.44% -
XYZ 8.37 12.8 14.6 -
YUV 79.45 140.72 74.89 -
System Red Green Blue C M Y K H S L
Decimal 5 113 102 0.96 0 0.10 0.56 173.89 0.92 0.23
Hex 5 71 66 60 0 A 38 AE 5C 17
Octal 5 161 146 140 0 12 70 256 134 27
Binary 101 1110001 1100110 1100000 0 1010 111000 10101110 1011100 10111

Color Harmonies of #057166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057166

Black with #057166

Text Example


Text Example

White with #057166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057166; }

 p { color: rgb(5,113,102); }

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

background-color css

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

 a { background-color: rgb(5,113,102); }

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

border-color css

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

 span { border-color: rgb(5,113,102); }

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