#45AD79

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

Shades of Ocean Green #45AD79

Tints of Ocean Green #45AD79

Color information

#45AD79 (or 0x45AD79) is unknown color: approx Ocean Green. HEX triplet: 45, AD and 79. RGB value is (69,173,121). Sum of RGB (Red+Green+Blue) = 69+173+121=363 (48% of max value = 765). Red value is 69 (27.34% from 255 or 19.01% from 363); Green value is 173 (67.97% from 255 or 47.66% from 363); Blue value is 121 (47.66% from 255 or 33.33% from 363); Max value from RGB is 173 - color contains mainly: green. Hex color #45AD79 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45AD79 is #BA5286. Grayscale: #888888. Windows color (decimal): -12210823 or 7974213. OLE color: 7974213.

HSL color Cylindrical-coordinate representation of color #45AD79: hue angle of 150º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #45AD79 is Cyan = 0.60, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.32.

Color convert

RGB69173121-
CMYK0.6000.300.32
HSL150º42.98%47.45%-
HSV(B)150º60.12%67.84%-
XYZ20.8532.5323.27-
YUV135.98119.5480.23-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.01%
GREEN value IS 173 (67.97% from 255) = 47.66%
BLUE value IS 121 (47.66% from 255) = 33.33%
R=19.01%
G=47.66%
B=33.33%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal691731210.6000.300.3215042.9847.45
Hex45AD793C01E20962b2f
Octal10525517174036402265357
Binary100010110101101111100111110001111010000010010110101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45AD79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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