#509769

Color #509769 Ocean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ocean Green #509769

Tints of Ocean Green #509769

Color information

#509769 (or 0x509769) is unknown color: approx Ocean Green. HEX triplet: 50, 97 and 69. RGB value is (80,151,105). Sum of RGB (Red+Green+Blue) = 80+151+105=336 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.81% from 336); Green value is 151 (59.38% from 255 or 44.94% from 336); Blue value is 105 (41.41% from 255 or 31.25% from 336); Max value from RGB is 151 - color contains mainly: green. Hex color #509769 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509769 is #AF6896. Grayscale: #7C7C7C. Windows color (decimal): -11495575 or 6920016. OLE color: 6920016.

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

Color convert

RGB80151105-
CMYK0.4700.300.41
HSL141.13º30.74%45.29%-
HSV(B)141.13º47.02%59.22%-
XYZ16.9224.8617.27-
YUV124.53116.9896.24-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.81%
GREEN value IS 151 (59.38% from 255) = 44.94%
BLUE value IS 105 (41.41% from 255) = 31.25%
R=23.81%
G=44.94%
B=31.25%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal801511050.4700.300.41141.1330.7445.29
Hex5097692F01E298d1f2d
Octal12022715157036512153755
Binary10100001001011111010011011110111101010011000110111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509769; }

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

 H1.HeaderClassName
 {
   color: #509769;
 }
 .AnyTagClassName
 {
   color: #509769;
 }
</style>
background-color css

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

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

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

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

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

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