#60AC78

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

Shades of Ocean Green #60AC78

Tints of Ocean Green #60AC78

Color information

#60AC78 (or 0x60AC78) is unknown color: approx Ocean Green. HEX triplet: 60, AC and 78. RGB value is (96,172,120). Sum of RGB (Red+Green+Blue) = 96+172+120=388 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.74% from 388); Green value is 172 (67.58% from 255 or 44.33% from 388); Blue value is 120 (47.27% from 255 or 30.93% from 388); Max value from RGB is 172 - color contains mainly: green. Hex color #60AC78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60AC78 is #9F5387. Grayscale: #8F8F8F. Windows color (decimal): -10441608 or 7908448. OLE color: 7908448.

HSL color Cylindrical-coordinate representation of color #60AC78: hue angle of 138.95º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #60AC78 is Cyan = 0.44, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.33.

Color convert

RGB96172120-
CMYK0.4400.300.33
HSL138.95º31.4%52.55%-
HSV(B)138.95º44.19%67.45%-
XYZ22.9733.3523-
YUV143.35114.8294.23-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.74%
GREEN value IS 172 (67.58% from 255) = 44.33%
BLUE value IS 120 (47.27% from 255) = 30.93%
R=24.74%
G=44.33%
B=30.93%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal961721200.4400.300.33138.9531.452.55
Hex60AC782C01E218b1f35
Octal14025417054036412133765
Binary11000001010110011110001011000111101000011000101111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60AC78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,172,120); }

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

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

 a { background-color: rgb(96,172,120); }

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

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

 span { border-color: rgb(96,172,120); }

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