Html Css Color HEX #509A73 Ocean Green

📋 copy color: '#509A73'

red 80 ◦ green 154 ◦ blue 115

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

Shades of Ocean Green #509A73

Tints of Ocean Green #509A73

RGB

 RED value IS 80 (31.64% from 255) = 22.92%

 GREEN value IS 154 (60.55% from 255) = 44.13%

 BLUE value IS 115 (45.31% from 255) = 32.95%

R = 22.92%
G = 44.13%
B = 32.95%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.25

 K value IS 0.40

RGB Variations

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

Color information

#509A73 (or 0x509A73) is known color: Ocean Green. HEX triplet: 50, 9A and 73. RGB value is (80,154,115). Sum of RGB (Red+Green+Blue) = 80+154+115=349 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.92% from 349); Green value is 154 (60.55% from 255 or 44.13% from 349); Blue value is 115 (45.31% from 255 or 32.95% from 349); Max value from RGB is 154 - color contains mainly: green. Hex color #509A73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509A73 is #AF658C. Grayscale: #7F7F7F. Windows color (decimal): -11494797 or 7576144. OLE color: 7576144.

HSL color Cylindrical-coordinate representation of color #509A73: hue angle of 148.38º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #509A73 is Cyan = 0.48, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.40.

Color convert

RGB 80 154 115 -
CMYK 0.48 0 0.25 0.40
HSL 148.38º 0.32% 0.46% -
HSV(B) 148.38º 0.48% 0.6% -
XYZ 17.96 26.05 20.3 -
YUV 127.43 120.98 94.17 -
System Red Green Blue C M Y K H S L
Decimal 80 154 115 0.48 0 0.25 0.40 148.38 0.32 0.46
Hex 50 9A 73 30 0 19 28 94 20 2E
Octal 120 232 163 60 0 31 50 224 40 56
Binary 1010000 10011010 1110011 110000 0 11001 101000 10010100 100000 101110

Color Harmonies of #509A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509A73

Black with #509A73

Text Example


Text Example

White with #509A73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509A73; }

 p { color: rgb(80,154,115); }

 H1.HeaderClassName
 {
   color: #509A73;
 }
 .AnyTagClassName
 {
   color: #509A73;
 }
</style>

background-color css

<style>
 a { background-color: #509A73; }

 a { background-color: rgb(80,154,115); }

 div.DivClassName
 {
   background-color: #509A73;
 }
 .BgClassName
 {
   background-color: #509A73;
 }
</style>

border-color css

<style>
 span { border-color: #509A73; }

 span { border-color: rgb(80,154,115); }

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