#45A079

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

Shades of Ocean Green #45A079

Tints of Ocean Green #45A079

Color information

#45A079 (or 0x45A079) is unknown color: approx Ocean Green. HEX triplet: 45, A0 and 79. RGB value is (69,160,121). Sum of RGB (Red+Green+Blue) = 69+160+121=350 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.71% from 350); Green value is 160 (62.89% from 255 or 45.71% from 350); Blue value is 121 (47.66% from 255 or 34.57% from 350); Max value from RGB is 160 - color contains mainly: green. Hex color #45A079 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45A079 is #BA5F86. Grayscale: #808080. Windows color (decimal): -12214151 or 7970885. OLE color: 7970885.

HSL color Cylindrical-coordinate representation of color #45A079: hue angle of 154.29º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #45A079 is Cyan = 0.57, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.37.

Color convert

RGB69160121-
CMYK0.5700.240.37
HSL154.29º39.74%44.9%-
HSV(B)154.29º56.88%62.75%-
XYZ18.4827.7922.48-
YUV128.34123.8585.67-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.71%
GREEN value IS 160 (62.89% from 255) = 45.71%
BLUE value IS 121 (47.66% from 255) = 34.57%
R=19.71%
G=45.71%
B=34.57%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal691601210.5700.240.37154.2939.7444.9
Hex45A07939018259a282d
Octal10524017171030452325055
Binary100010110100000111100111100101100010010110011010101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45A079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45A079; }

 p { color: rgb(69,160,121); }

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

<style>
 a { background-color: #45A079; }

 a { background-color: rgb(69,160,121); }

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

<style>
 span { border-color: #45A079; }

 span { border-color: rgb(69,160,121); }

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