Html Css Color HEX #05706E Pine Green

📋 copy color: '#05706E'

red 5 ◦ green 112 ◦ blue 110

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

Shades of Pine Green #05706E

Tints of Pine Green #05706E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 48.46%

R = 2.2%
G = 49.34%
B = 48.46%

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

#05706E (or 0x05706E) is known color: Pine Green. HEX triplet: 05, 70 and 6E. RGB value is (5,112,110). Sum of RGB (Red+Green+Blue) = 5+112+110=227 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.20% from 227); Green value is 112 (44.14% from 255 or 49.34% from 227); Blue value is 110 (43.36% from 255 or 48.46% from 227); Max value from RGB is 112 - color contains mainly: green. Hex color #05706E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05706E is #FA8F91. Grayscale: #4F4F4F. Windows color (decimal): -16420754 or 7237637. OLE color: 7237637.

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

Color convert

RGB 5 112 110 -
CMYK 0.96 0 0.02 0.56
HSL 178.88º 0.91% 0.23% -
HSV(B) 178.88º 0.96% 0.44% -
XYZ 8.67 12.75 16.76 -
YUV 79.78 145.05 74.66 -
System Red Green Blue C M Y K H S L
Decimal 5 112 110 0.96 0 0.02 0.56 178.88 0.91 0.23
Hex 5 70 6E 60 0 2 38 B3 5B 17
Octal 5 160 156 140 0 2 70 263 133 27
Binary 101 1110000 1101110 1100000 0 10 111000 10110011 1011011 10111

Color Harmonies of #05706E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05706E

Black with #05706E

Text Example


Text Example

White with #05706E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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