Html Css Color HEX #058170 Pine Green

📋 copy color: '#058170'

red 5 ◦ green 129 ◦ blue 112

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

Shades of Pine Green #058170

Tints of Pine Green #058170

RGB

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

 GREEN value IS 129 (50.78% from 255) = 52.44%

 BLUE value IS 112 (44.14% from 255) = 45.53%

R = 2.03%
G = 52.44%
B = 45.53%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.13

 K value IS 0.49

RGB Variations

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

Color information

#058170 (or 0x058170) is known color: Pine Green. HEX triplet: 05, 81 and 70. RGB value is (5,129,112). Sum of RGB (Red+Green+Blue) = 5+129+112=246 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.03% from 246); Green value is 129 (50.78% from 255 or 52.44% from 246); Blue value is 112 (44.14% from 255 or 45.53% from 246); Max value from RGB is 129 - color contains mainly: green. Hex color #058170 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058170 is #FA7E8F. Grayscale: #595959. Windows color (decimal): -16416400 or 7373061. OLE color: 7373061.

HSL color Cylindrical-coordinate representation of color #058170: hue angle of 171.77º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058170 is Cyan = 0.96, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.49.

Color convert

RGB 5 129 112 -
CMYK 0.96 0 0.13 0.49
HSL 171.77º 0.93% 0.26% -
HSV(B) 171.77º 0.96% 0.51% -
XYZ 10.84 16.9 18.02 -
YUV 89.99 140.42 67.38 -
System Red Green Blue C M Y K H S L
Decimal 5 129 112 0.96 0 0.13 0.49 171.77 0.93 0.26
Hex 5 81 70 60 0 D 31 AC 5D 1A
Octal 5 201 160 140 0 15 61 254 135 32
Binary 101 10000001 1110000 1100000 0 1101 110001 10101100 1011101 11010

Color Harmonies of #058170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058170

Black with #058170

Text Example


Text Example

White with #058170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058170; }

 p { color: rgb(5,129,112); }

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

background-color css

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

 a { background-color: rgb(5,129,112); }

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

border-color css

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

 span { border-color: rgb(5,129,112); }

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