Html Css Color HEX #05766F Pine Green

📋 copy color: '#05766F'

red 5 ◦ green 118 ◦ blue 111

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

Shades of Pine Green #05766F

Tints of Pine Green #05766F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 50.43%

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

R = 2.14%
G = 50.43%
B = 47.44%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.06

 K value IS 0.54

RGB Variations

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

Color information

#05766F (or 0x05766F) is known color: Pine Green. HEX triplet: 05, 76 and 6F. RGB value is (5,118,111). Sum of RGB (Red+Green+Blue) = 5+118+111=234 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.14% from 234); Green value is 118 (46.48% from 255 or 50.43% from 234); Blue value is 111 (43.75% from 255 or 47.44% from 234); Max value from RGB is 118 - color contains mainly: green. Hex color #05766F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05766F is #FA8990. Grayscale: #535353. Windows color (decimal): -16419217 or 7304709. OLE color: 7304709.

HSL color Cylindrical-coordinate representation of color #05766F: hue angle of 176.28º 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 #05766F is Cyan = 0.96, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB 5 118 111 -
CMYK 0.96 0 0.06 0.54
HSL 176.28º 0.92% 0.24% -
HSV(B) 176.28º 0.96% 0.46% -
XYZ 9.41 14.14 17.27 -
YUV 83.42 143.56 72.07 -
System Red Green Blue C M Y K H S L
Decimal 5 118 111 0.96 0 0.06 0.54 176.28 0.92 0.24
Hex 5 76 6F 60 0 6 36 B0 5C 18
Octal 5 166 157 140 0 6 66 260 134 30
Binary 101 1110110 1101111 1100000 0 110 110110 10110000 1011100 11000

Color Harmonies of #05766F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05766F

Black with #05766F

Text Example


Text Example

White with #05766F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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