Html Css Color HEX #05756F Pine Green

📋 copy color: '#05756F'

red 5 ◦ green 117 ◦ blue 111

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

Shades of Pine Green #05756F

Tints of Pine Green #05756F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 50.21%

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

R = 2.15%
G = 50.21%
B = 47.64%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.05

 K value IS 0.54

RGB Variations

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

Color information

#05756F (or 0x05756F) is known color: Pine Green. HEX triplet: 05, 75 and 6F. RGB value is (5,117,111). Sum of RGB (Red+Green+Blue) = 5+117+111=233 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.15% from 233); Green value is 117 (46.09% from 255 or 50.21% from 233); Blue value is 111 (43.75% from 255 or 47.64% from 233); Max value from RGB is 117 - color contains mainly: green. Hex color #05756F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05756F is #FA8A90. Grayscale: #525252. Windows color (decimal): -16419473 or 7304453. OLE color: 7304453.

HSL color Cylindrical-coordinate representation of color #05756F: hue angle of 176.79º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05756F is Cyan = 0.96, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.54.

Color convert

RGB 5 117 111 -
CMYK 0.96 0 0.05 0.54
HSL 176.79º 0.92% 0.24% -
HSV(B) 176.79º 0.96% 0.46% -
XYZ 9.29 13.9 17.23 -
YUV 82.83 143.89 72.49 -
System Red Green Blue C M Y K H S L
Decimal 5 117 111 0.96 0 0.05 0.54 176.79 0.92 0.24
Hex 5 75 6F 60 0 5 36 B1 5C 18
Octal 5 165 157 140 0 5 66 261 134 30
Binary 101 1110101 1101111 1100000 0 101 110110 10110001 1011100 11000

Color Harmonies of #05756F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05756F

Black with #05756F

Text Example


Text Example

White with #05756F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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