Html Css Color HEX #509678 Ocean Green

📋 copy color: '#509678'

red 80 ◦ green 150 ◦ blue 120

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

Shades of Ocean Green #509678

Tints of Ocean Green #509678

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 34.29%

R = 22.86%
G = 42.86%
B = 34.29%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.20

 K value IS 0.41

RGB Variations

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

Color information

#509678 (or 0x509678) is known color: Ocean Green. HEX triplet: 50, 96 and 78. RGB value is (80,150,120). Sum of RGB (Red+Green+Blue) = 80+150+120=350 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.86% from 350); Green value is 150 (58.98% from 255 or 42.86% from 350); Blue value is 120 (47.27% from 255 or 34.29% from 350); Max value from RGB is 150 - color contains mainly: green. Hex color #509678 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509678 is #AF6987. Grayscale: #7D7D7D. Windows color (decimal): -11495816 or 7902800. OLE color: 7902800.

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

Color convert

RGB 80 150 120 -
CMYK 0.47 0 0.20 0.41
HSL 154.29º 0.3% 0.45% -
HSV(B) 154.29º 0.47% 0.59% -
XYZ 17.6 24.87 21.64 -
YUV 125.65 124.81 95.44 -
System Red Green Blue C M Y K H S L
Decimal 80 150 120 0.47 0 0.20 0.41 154.29 0.3 0.45
Hex 50 96 78 2F 0 14 29 9A 1E 2D
Octal 120 226 170 57 0 24 51 232 36 55
Binary 1010000 10010110 1111000 101111 0 10100 101001 10011010 11110 101101

Color Harmonies of #509678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509678

Black with #509678

Text Example


Text Example

White with #509678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509678; }

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

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

background-color css

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

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

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

border-color css

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

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

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