Html Css Color HEX #05706F Pine Green

📋 copy color: '#05706F'

red 5 ◦ green 112 ◦ blue 111

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

Shades of Pine Green #05706F

Tints of Pine Green #05706F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 49.12%

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

R = 2.19%
G = 49.12%
B = 48.68%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#05706F (or 0x05706F) is known color: Pine Green. HEX triplet: 05, 70 and 6F. RGB value is (5,112,111). Sum of RGB (Red+Green+Blue) = 5+112+111=228 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.19% from 228); Green value is 112 (44.14% from 255 or 49.12% from 228); Blue value is 111 (43.75% from 255 or 48.68% from 228); Max value from RGB is 112 - color contains mainly: green. Hex color #05706F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05706F is #FA8F90. Grayscale: #4F4F4F. Windows color (decimal): -16420753 or 7303173. OLE color: 7303173.

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

Color convert

RGB 5 112 111 -
CMYK 0.96 0 0.01 0.56
HSL 179.44º 0.91% 0.23% -
HSV(B) 179.44º 0.96% 0.44% -
XYZ 8.73 12.77 17.04 -
YUV 79.89 145.55 74.58 -
System Red Green Blue C M Y K H S L
Decimal 5 112 111 0.96 0 0.01 0.56 179.44 0.91 0.23
Hex 5 70 6F 60 0 1 38 B3 5B 17
Octal 5 160 157 140 0 1 70 263 133 27
Binary 101 1110000 1101111 1100000 0 1 111000 10110011 1011011 10111

Color Harmonies of #05706F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05706F

Black with #05706F

Text Example


Text Example

White with #05706F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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