#5C9977

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

Shades of Ocean Green #5C9977

Tints of Ocean Green #5C9977

Color information

#5C9977 (or 0x5C9977) is unknown color: approx Ocean Green. HEX triplet: 5C, 99 and 77. RGB value is (92,153,119). Sum of RGB (Red+Green+Blue) = 92+153+119=364 (48% of max value = 765). Red value is 92 (36.33% from 255 or 25.27% from 364); Green value is 153 (60.16% from 255 or 42.03% from 364); Blue value is 119 (46.88% from 255 or 32.69% from 364); Max value from RGB is 153 - color contains mainly: green. Hex color #5C9977 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C9977 is #A36688. Grayscale: #828282. Windows color (decimal): -10708617 or 7838044. OLE color: 7838044.

HSL color Cylindrical-coordinate representation of color #5C9977: hue angle of 146.56º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5C9977 is Cyan = 0.40, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.4.

Color convert

RGB92153119-
CMYK0.4000.220.4
HSL146.56º24.9%48.04%-
HSV(B)146.56º39.87%60%-
XYZ19.1326.3921.54-
YUV130.88121.29100.26-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 25.27%
GREEN value IS 153 (60.16% from 255) = 42.03%
BLUE value IS 119 (46.88% from 255) = 32.69%
R=25.27%
G=42.03%
B=32.69%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal921531190.4000.220.4146.5624.948.04
Hex5C99772801628931930
Octal13423116750026502233160
Binary10111001001100111101111010000101101010001001001111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C9977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,153,119); }

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

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

 a { background-color: rgb(92,153,119); }

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

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

 span { border-color: rgb(92,153,119); }

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