Html Css Color HEX #509674 Ocean Green

📋 copy color: '#509674'

red 80 ◦ green 150 ◦ blue 116

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

Shades of Ocean Green #509674

Tints of Ocean Green #509674

RGB

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

 GREEN value IS 150 (58.98% from 255) = 43.35%

 BLUE value IS 116 (45.7% from 255) = 33.53%

R = 23.12%
G = 43.35%
B = 33.53%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.23

 K value IS 0.41

RGB Variations

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

Color information

#509674 (or 0x509674) is known color: Ocean Green. HEX triplet: 50, 96 and 74. RGB value is (80,150,116). Sum of RGB (Red+Green+Blue) = 80+150+116=346 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.12% from 346); Green value is 150 (58.98% from 255 or 43.35% from 346); Blue value is 116 (45.70% from 255 or 33.53% from 346); Max value from RGB is 150 - color contains mainly: green. Hex color #509674 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509674 is #AF698B. Grayscale: #7D7D7D. Windows color (decimal): -11495820 or 7640656. OLE color: 7640656.

HSL color Cylindrical-coordinate representation of color #509674: hue angle of 150.86º degrees, saturation: 0.3, 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 #509674 is Cyan = 0.47, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.41.

Color convert

RGB 80 150 116 -
CMYK 0.47 0 0.23 0.41
HSL 150.86º 0.3% 0.45% -
HSV(B) 150.86º 0.47% 0.59% -
XYZ 17.37 24.78 20.39 -
YUV 125.19 122.81 95.76 -
System Red Green Blue C M Y K H S L
Decimal 80 150 116 0.47 0 0.23 0.41 150.86 0.3 0.45
Hex 50 96 74 2F 0 17 29 97 1E 2D
Octal 120 226 164 57 0 27 51 227 36 55
Binary 1010000 10010110 1110100 101111 0 10111 101001 10010111 11110 101101

Color Harmonies of #509674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509674

Black with #509674

Text Example


Text Example

White with #509674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509674; }

 p { color: rgb(80,150,116); }

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

background-color css

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

 a { background-color: rgb(80,150,116); }

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

border-color css

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

 span { border-color: rgb(80,150,116); }

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