#60A77C

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

Shades of Ocean Green #60A77C

Tints of Ocean Green #60A77C

Color information

#60A77C (or 0x60A77C) is unknown color: approx Ocean Green. HEX triplet: 60, A7 and 7C. RGB value is (96,167,124). Sum of RGB (Red+Green+Blue) = 96+167+124=387 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.81% from 387); Green value is 167 (65.62% from 255 or 43.15% from 387); Blue value is 124 (48.83% from 255 or 32.04% from 387); Max value from RGB is 167 - color contains mainly: green. Hex color #60A77C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60A77C is #9F5883. Grayscale: #8C8C8C. Windows color (decimal): -10442884 or 8169312. OLE color: 8169312.

HSL color Cylindrical-coordinate representation of color #60A77C: hue angle of 143.66º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #60A77C is Cyan = 0.43, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.35.

Color convert

RGB96167124-
CMYK0.4300.260.35
HSL143.66º28.74%51.57%-
HSV(B)143.66º42.51%65.49%-
XYZ22.2831.5823.99-
YUV140.87118.4896-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.81%
GREEN value IS 167 (65.62% from 255) = 43.15%
BLUE value IS 124 (48.83% from 255) = 32.04%
R=24.81%
G=43.15%
B=32.04%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal961671240.4300.260.35143.6628.7451.57
Hex60A77C2B01A23901d34
Octal14024717453032432203564
Binary11000001010011111111001010110110101000111001000011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60A77C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,167,124); }

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

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

 a { background-color: rgb(96,167,124); }

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

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

 span { border-color: rgb(96,167,124); }

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