Html Css Color HEX #509777 Ocean Green

📋 copy color: '#509777'

red 80 ◦ green 151 ◦ blue 119

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

Shades of Ocean Green #509777

Tints of Ocean Green #509777

RGB

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

 GREEN value IS 151 (59.38% from 255) = 43.14%

 BLUE value IS 119 (46.88% from 255) = 34%

R = 22.86%
G = 43.14%
B = 34%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.21

 K value IS 0.41

RGB Variations

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

Color information

#509777 (or 0x509777) is known color: Ocean Green. HEX triplet: 50, 97 and 77. RGB value is (80,151,119). Sum of RGB (Red+Green+Blue) = 80+151+119=350 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.86% from 350); Green value is 151 (59.38% from 255 or 43.14% from 350); Blue value is 119 (46.88% from 255 or 34% from 350); Max value from RGB is 151 - color contains mainly: green. Hex color #509777 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509777 is #AF6888. Grayscale: #7E7E7E. Windows color (decimal): -11495561 or 7837520. OLE color: 7837520.

HSL color Cylindrical-coordinate representation of color #509777: hue angle of 152.96º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #509777 is Cyan = 0.47, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.41.

Color convert

RGB 80 151 119 -
CMYK 0.47 0 0.21 0.41
HSL 152.96º 0.31% 0.45% -
HSV(B) 152.96º 0.47% 0.59% -
XYZ 17.7 25.17 21.38 -
YUV 126.12 123.98 95.1 -
System Red Green Blue C M Y K H S L
Decimal 80 151 119 0.47 0 0.21 0.41 152.96 0.31 0.45
Hex 50 97 77 2F 0 15 29 99 1F 2D
Octal 120 227 167 57 0 25 51 231 37 55
Binary 1010000 10010111 1110111 101111 0 10101 101001 10011001 11111 101101

Color Harmonies of #509777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509777

Black with #509777

Text Example


Text Example

White with #509777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509777; }

 p { color: rgb(80,151,119); }

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

background-color css

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

 a { background-color: rgb(80,151,119); }

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

border-color css

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

 span { border-color: rgb(80,151,119); }

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