Html Css Color HEX #05706C Pine Green

📋 copy color: '#05706C'

red 5 ◦ green 112 ◦ blue 108

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

Shades of Pine Green #05706C

Tints of Pine Green #05706C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 48%

R = 2.22%
G = 49.78%
B = 48%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#05706C (or 0x05706C) is known color: Pine Green. HEX triplet: 05, 70 and 6C. RGB value is (5,112,108). Sum of RGB (Red+Green+Blue) = 5+112+108=225 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.22% from 225); Green value is 112 (44.14% from 255 or 49.78% from 225); Blue value is 108 (42.58% from 255 or 48% from 225); Max value from RGB is 112 - color contains mainly: green. Hex color #05706C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05706C is #FA8F93. Grayscale: #4F4F4F. Windows color (decimal): -16420756 or 7106565. OLE color: 7106565.

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

Color convert

RGB 5 112 108 -
CMYK 0.96 0 0.04 0.56
HSL 177.76º 0.91% 0.23% -
HSV(B) 177.76º 0.96% 0.44% -
XYZ 8.56 12.7 16.19 -
YUV 79.55 144.05 74.83 -
System Red Green Blue C M Y K H S L
Decimal 5 112 108 0.96 0 0.04 0.56 177.76 0.91 0.23
Hex 5 70 6C 60 0 4 38 B2 5B 17
Octal 5 160 154 140 0 4 70 262 133 27
Binary 101 1110000 1101100 1100000 0 100 111000 10110010 1011011 10111

Color Harmonies of #05706C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05706C

Black with #05706C

Text Example


Text Example

White with #05706C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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