Html Css Color HEX #509669 Ocean Green

📋 copy color: '#509669'

red 80 ◦ green 150 ◦ blue 105

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

Shades of Ocean Green #509669

Tints of Ocean Green #509669

RGB

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

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

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

R = 23.88%
G = 44.78%
B = 31.34%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.30

 K value IS 0.41

RGB Variations

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

Color information

#509669 (or 0x509669) is known color: Ocean Green. HEX triplet: 50, 96 and 69. RGB value is (80,150,105). Sum of RGB (Red+Green+Blue) = 80+150+105=335 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.88% from 335); Green value is 150 (58.98% from 255 or 44.78% from 335); Blue value is 105 (41.41% from 255 or 31.34% from 335); Max value from RGB is 150 - color contains mainly: green. Hex color #509669 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509669 is #AF6996. Grayscale: #7C7C7C. Windows color (decimal): -11495831 or 6919760. OLE color: 6919760.

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

Color convert

RGB 80 150 105 -
CMYK 0.47 0 0.30 0.41
HSL 141.43º 0.3% 0.45% -
HSV(B) 141.43º 0.47% 0.59% -
XYZ 16.76 24.54 17.22 -
YUV 123.94 117.31 96.66 -
System Red Green Blue C M Y K H S L
Decimal 80 150 105 0.47 0 0.30 0.41 141.43 0.3 0.45
Hex 50 96 69 2F 0 1E 29 8D 1E 2D
Octal 120 226 151 57 0 36 51 215 36 55
Binary 1010000 10010110 1101001 101111 0 11110 101001 10001101 11110 101101

Color Harmonies of #509669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509669

Black with #509669

Text Example


Text Example

White with #509669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509669; }

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

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

background-color css

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

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

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

border-color css

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

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

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