#45AB78

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

Shades of Ocean Green #45AB78

Tints of Ocean Green #45AB78

Color information

#45AB78 (or 0x45AB78) is unknown color: approx Ocean Green. HEX triplet: 45, AB and 78. RGB value is (69,171,120). Sum of RGB (Red+Green+Blue) = 69+171+120=360 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.17% from 360); Green value is 171 (67.19% from 255 or 47.5% from 360); Blue value is 120 (47.27% from 255 or 33.33% from 360); Max value from RGB is 171 - color contains mainly: green. Hex color #45AB78 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45AB78 is #BA5487. Grayscale: #868686. Windows color (decimal): -12211336 or 7908165. OLE color: 7908165.

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

Color convert

RGB69171120-
CMYK0.6000.300.33
HSL150º42.5%47.06%-
HSV(B)150º59.65%67.06%-
XYZ20.4131.7522.82-
YUV134.69119.7181.15-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.17%
GREEN value IS 171 (67.19% from 255) = 47.5%
BLUE value IS 120 (47.27% from 255) = 33.33%
R=19.17%
G=47.5%
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.33
SystemRedGreenBlueCMYKHSL
Decimal691711200.6000.300.3315042.547.06
Hex45AB783C01E21962a2f
Octal10525317074036412265257
Binary100010110101011111100011110001111010000110010110101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45AB78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,171,120); }

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

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

 a { background-color: rgb(69,171,120); }

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

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

 span { border-color: rgb(69,171,120); }

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