#45A069

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

Shades of Ocean Green #45A069

Tints of Ocean Green #45A069

Color information

#45A069 (or 0x45A069) is unknown color: approx Ocean Green. HEX triplet: 45, A0 and 69. RGB value is (69,160,105). Sum of RGB (Red+Green+Blue) = 69+160+105=334 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.66% from 334); Green value is 160 (62.89% from 255 or 47.90% from 334); Blue value is 105 (41.41% from 255 or 31.44% from 334); Max value from RGB is 160 - color contains mainly: green. Hex color #45A069 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45A069 is #BA5F96. Grayscale: #7E7E7E. Windows color (decimal): -12214167 or 6922309. OLE color: 6922309.

HSL color Cylindrical-coordinate representation of color #45A069: hue angle of 143.74º 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 #45A069 is Cyan = 0.57, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.37.

Color convert

RGB69160105-
CMYK0.5700.340.37
HSL143.74º39.74%44.9%-
HSV(B)143.74º56.88%62.75%-
XYZ17.5727.4317.73-
YUV126.52115.8586.97-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.66%
GREEN value IS 160 (62.89% from 255) = 47.90%
BLUE value IS 105 (41.41% from 255) = 31.44%
R=20.66%
G=47.90%
B=31.44%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal691601050.5700.340.37143.7439.7444.9
Hex45A069390222590282d
Octal10524015171042452205055
Binary1000101101000001101001111001010001010010110010000101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45A069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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