#60BB7E

Color #60BB7E Emerald (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emerald #60BB7E

Tints of Emerald #60BB7E

Color information

#60BB7E (or 0x60BB7E) is unknown color: approx Emerald. HEX triplet: 60, BB and 7E. RGB value is (96,187,126). Sum of RGB (Red+Green+Blue) = 96+187+126=409 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.47% from 409); Green value is 187 (73.44% from 255 or 45.72% from 409); Blue value is 126 (49.61% from 255 or 30.81% from 409); Max value from RGB is 187 - color contains mainly: green. Hex color #60BB7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60BB7E is #9F4481. Grayscale: #989898. Windows color (decimal): -10437762 or 8305504. OLE color: 8305504.

HSL color Cylindrical-coordinate representation of color #60BB7E: hue angle of 139.78º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #60BB7E is Cyan = 0.49, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.

Color convert

RGB96187126-
CMYK0.4900.330.27
HSL139.78º40.09%55.49%-
HSV(B)139.78º48.66%73.33%-
XYZ26.3639.5325.98-
YUV152.84112.8587.46-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.47%
GREEN value IS 187 (73.44% from 255) = 45.72%
BLUE value IS 126 (49.61% from 255) = 30.81%
R=23.47%
G=45.72%
B=30.81%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal961871260.4900.330.27139.7840.0955.49
Hex60BB7E310211B8c2837
Octal14027317661041332145067
Binary110000010111011111111011000101000011101110001100101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60BB7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60BB7E; }

 p { color: rgb(96,187,126); }

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

<style>
 a { background-color: #60BB7E; }

 a { background-color: rgb(96,187,126); }

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

<style>
 span { border-color: #60BB7E; }

 span { border-color: rgb(96,187,126); }

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