Html Css Color HEX #509B70 Ocean Green

📋 copy color: '#509B70'

red 80 ◦ green 155 ◦ blue 112

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

Shades of Ocean Green #509B70

Tints of Ocean Green #509B70

RGB

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

 GREEN value IS 155 (60.94% from 255) = 44.67%

 BLUE value IS 112 (44.14% from 255) = 32.28%

R = 23.05%
G = 44.67%
B = 32.28%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.28

 K value IS 0.39

RGB Variations

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

Color information

#509B70 (or 0x509B70) is known color: Ocean Green. HEX triplet: 50, 9B and 70. RGB value is (80,155,112). Sum of RGB (Red+Green+Blue) = 80+155+112=347 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.05% from 347); Green value is 155 (60.94% from 255 or 44.67% from 347); Blue value is 112 (44.14% from 255 or 32.28% from 347); Max value from RGB is 155 - color contains mainly: green. Hex color #509B70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509B70 is #AF648F. Grayscale: #7F7F7F. Windows color (decimal): -11494544 or 7379792. OLE color: 7379792.

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

Color convert

RGB 80 155 112 -
CMYK 0.48 0 0.28 0.39
HSL 145.6º 0.32% 0.46% -
HSV(B) 145.6º 0.48% 0.61% -
XYZ 17.95 26.32 19.46 -
YUV 127.67 119.15 94 -
System Red Green Blue C M Y K H S L
Decimal 80 155 112 0.48 0 0.28 0.39 145.6 0.32 0.46
Hex 50 9B 70 30 0 1C 27 92 20 2E
Octal 120 233 160 60 0 34 47 222 40 56
Binary 1010000 10011011 1110000 110000 0 11100 100111 10010010 100000 101110

Color Harmonies of #509B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509B70

Black with #509B70

Text Example


Text Example

White with #509B70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,155,112); }

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

background-color css

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

 a { background-color: rgb(80,155,112); }

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

border-color css

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

 span { border-color: rgb(80,155,112); }

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