Html Css Color HEX #509B69 Ocean Green

📋 copy color: '#509B69'

red 80 ◦ green 155 ◦ blue 105

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

Shades of Ocean Green #509B69

Tints of Ocean Green #509B69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 30.88%

R = 23.53%
G = 45.59%
B = 30.88%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.32

 K value IS 0.39

RGB Variations

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

Color information

#509B69 (or 0x509B69) is known color: Ocean Green. HEX triplet: 50, 9B and 69. RGB value is (80,155,105). Sum of RGB (Red+Green+Blue) = 80+155+105=340 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.53% from 340); Green value is 155 (60.94% from 255 or 45.59% from 340); Blue value is 105 (41.41% from 255 or 30.88% from 340); Max value from RGB is 155 - color contains mainly: green. Hex color #509B69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509B69 is #AF6496. Grayscale: #7E7E7E. Windows color (decimal): -11494551 or 6921040. OLE color: 6921040.

HSL color Cylindrical-coordinate representation of color #509B69: hue angle of 140º 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 #509B69 is Cyan = 0.48, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.39.

Color convert

RGB 80 155 105 -
CMYK 0.48 0 0.32 0.39
HSL 140º 0.32% 0.46% -
HSV(B) 140º 0.48% 0.61% -
XYZ 17.58 26.17 17.49 -
YUV 126.88 115.65 94.57 -
System Red Green Blue C M Y K H S L
Decimal 80 155 105 0.48 0 0.32 0.39 140 0.32 0.46
Hex 50 9B 69 30 0 20 27 8C 20 2E
Octal 120 233 151 60 0 40 47 214 40 56
Binary 1010000 10011011 1101001 110000 0 100000 100111 10001100 100000 101110

Color Harmonies of #509B69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509B69

Black with #509B69

Text Example


Text Example

White with #509B69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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