Html Css Color HEX #05706A Pine Green

📋 copy color: '#05706A'

red 5 ◦ green 112 ◦ blue 106

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

Shades of Pine Green #05706A

Tints of Pine Green #05706A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 47.53%

R = 2.24%
G = 50.22%
B = 47.53%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#05706A (or 0x05706A) is known color: Pine Green. HEX triplet: 05, 70 and 6A. RGB value is (5,112,106). Sum of RGB (Red+Green+Blue) = 5+112+106=223 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.24% from 223); Green value is 112 (44.14% from 255 or 50.22% from 223); Blue value is 106 (41.80% from 255 or 47.53% from 223); Max value from RGB is 112 - color contains mainly: green. Hex color #05706A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05706A is #FA8F95. Grayscale: #4F4F4F. Windows color (decimal): -16420758 or 6975493. OLE color: 6975493.

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

Color convert

RGB 5 112 106 -
CMYK 0.96 0 0.05 0.56
HSL 176.64º 0.91% 0.23% -
HSV(B) 176.64º 0.96% 0.44% -
XYZ 8.46 12.66 15.63 -
YUV 79.32 143.05 74.99 -
System Red Green Blue C M Y K H S L
Decimal 5 112 106 0.96 0 0.05 0.56 176.64 0.91 0.23
Hex 5 70 6A 60 0 5 38 B1 5B 17
Octal 5 160 152 140 0 5 70 261 133 27
Binary 101 1110000 1101010 1100000 0 101 111000 10110001 1011011 10111

Color Harmonies of #05706A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05706A

Black with #05706A

Text Example


Text Example

White with #05706A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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