#05B67F

Color #05B67F Mountain Meadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Meadow #05B67F

Tints of Mountain Meadow #05B67F

Color information

#05B67F (or 0x05B67F) is unknown color: approx Mountain Meadow. HEX triplet: 05, B6 and 7F. RGB value is (5,182,127). Sum of RGB (Red+Green+Blue) = 5+182+127=314 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.59% from 314); Green value is 182 (71.48% from 255 or 57.96% from 314); Blue value is 127 (50% from 255 or 40.45% from 314); Max value from RGB is 182 - color contains mainly: green. Hex color #05B67F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05B67F is #FA4980. Grayscale: #7A7A7A. Windows color (decimal): -16402817 or 8369669. OLE color: 8369669.

HSL color Cylindrical-coordinate representation of color #05B67F: hue angle of 161.36º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05B67F is Cyan = 0.97, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.29.

Color convert

RGB5182127-
CMYK0.9700.300.29
HSL161.36º94.65%36.67%-
HSV(B)161.36º97.25%71.37%-
XYZ20.6235.0225.75-
YUV122.81130.3643.97-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.59%
GREEN value IS 182 (71.48% from 255) = 57.96%
BLUE value IS 127 (50% from 255) = 40.45%
R=1.59%
G=57.96%
B=40.45%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal51821270.9700.300.29161.3694.6536.67
Hex5B67F6101E1Da15f25
Octal52661771410363524113745
Binary101101101101111111110000101111011101101000011011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05B67F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05B67F; }

 p { color: rgb(5,182,127); }

 H1.HeaderClassName
 {
   color: #05B67F;
 }
 .AnyTagClassName
 {
   color: #05B67F;
 }
</style>
background-color css

<style>
 a { background-color: #05B67F; }

 a { background-color: rgb(5,182,127); }

 div.DivClassName
 {
   background-color: #05B67F;
 }
 .BgClassName
 {
   background-color: #05B67F;
 }
</style>
border-color css

<style>
 span { border-color: #05B67F; }

 span { border-color: rgb(5,182,127); }

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