Html Css Color HEX #45A079 Ocean Green

📋 copy color: '#45A079'

red 69 ◦ green 160 ◦ blue 121

#45A079
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ocean Green #45A079

Tints of Ocean Green #45A079

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 value IS 0.57

 M value IS 0

 Y value IS 0.24

 K value IS 0.37

RGB Variations

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

Color information

#45A079 (or 0x45A079) is known color: 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

RGB 69 160 121 -
CMYK 0.57 0 0.24 0.37
HSL 154.29º 0.4% 0.45% -
HSV(B) 154.29º 0.57% 0.63% -
XYZ 18.48 27.79 22.48 -
YUV 128.35 123.85 85.67 -
System Red Green Blue C M Y K H S L
Decimal 69 160 121 0.57 0 0.24 0.37 154.29 0.4 0.45
Hex 45 A0 79 39 0 18 25 9A 28 2D
Octal 105 240 171 71 0 30 45 232 50 55
Binary 1000101 10100000 1111001 111001 0 11000 100101 10011010 101000 101101

Color Harmonies of #45A079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45A079

Black with #45A079

Text Example


Text Example

White with #45A079

Text Example


Text Example

HTML Codes & Css Web 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>