Html Css Color HEX #05716F Pine Green

📋 copy color: '#05716F'

red 5 ◦ green 113 ◦ blue 111

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

Shades of Pine Green #05716F

Tints of Pine Green #05716F

RGB

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

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

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

R = 2.18%
G = 49.34%
B = 48.47%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.02

 K value IS 0.56

RGB Variations

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

Color information

#05716F (or 0x05716F) is known color: Pine Green. HEX triplet: 05, 71 and 6F. RGB value is (5,113,111). Sum of RGB (Red+Green+Blue) = 5+113+111=229 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.18% from 229); Green value is 113 (44.53% from 255 or 49.34% from 229); Blue value is 111 (43.75% from 255 or 48.47% from 229); Max value from RGB is 113 - color contains mainly: green. Hex color #05716F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05716F is #FA8E90. Grayscale: #505050. Windows color (decimal): -16420497 or 7303429. OLE color: 7303429.

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

Color convert

RGB 5 113 111 -
CMYK 0.96 0 0.02 0.56
HSL 178.89º 0.92% 0.23% -
HSV(B) 178.89º 0.96% 0.44% -
XYZ 8.84 12.99 17.08 -
YUV 80.48 145.22 74.16 -
System Red Green Blue C M Y K H S L
Decimal 5 113 111 0.96 0 0.02 0.56 178.89 0.92 0.23
Hex 5 71 6F 60 0 2 38 B3 5C 17
Octal 5 161 157 140 0 2 70 263 134 27
Binary 101 1110001 1101111 1100000 0 10 111000 10110011 1011100 10111

Color Harmonies of #05716F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05716F

Black with #05716F

Text Example


Text Example

White with #05716F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05716F; }

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

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

background-color css

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

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

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

border-color css

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

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

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