#5FAD78

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

Shades of Ocean Green #5FAD78

Tints of Ocean Green #5FAD78

Color information

#5FAD78 (or 0x5FAD78) is unknown color: approx Ocean Green. HEX triplet: 5F, AD and 78. RGB value is (95,173,120). Sum of RGB (Red+Green+Blue) = 95+173+120=388 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.48% from 388); Green value is 173 (67.97% from 255 or 44.59% from 388); Blue value is 120 (47.27% from 255 or 30.93% from 388); Max value from RGB is 173 - color contains mainly: green. Hex color #5FAD78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FAD78 is #A05287. Grayscale: #8F8F8F. Windows color (decimal): -10506888 or 7908703. OLE color: 7908703.

HSL color Cylindrical-coordinate representation of color #5FAD78: hue angle of 139.23º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5FAD78 is Cyan = 0.45, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.32.

Color convert

RGB95173120-
CMYK0.4500.310.32
HSL139.23º32.23%52.55%-
HSV(B)139.23º45.09%67.84%-
XYZ23.0533.6823.05-
YUV143.64114.6693.31-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 24.48%
GREEN value IS 173 (67.97% from 255) = 44.59%
BLUE value IS 120 (47.27% from 255) = 30.93%
R=24.48%
G=44.59%
B=30.93%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal951731200.4500.310.32139.2332.2352.55
Hex5FAD782D01F208b2035
Octal13725517055037402134065
Binary101111110101101111100010110101111110000010001011100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FAD78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5FAD78; }

 p { color: rgb(95,173,120); }

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

<style>
 a { background-color: #5FAD78; }

 a { background-color: rgb(95,173,120); }

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

<style>
 span { border-color: #5FAD78; }

 span { border-color: rgb(95,173,120); }

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