#509969

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

Shades of Ocean Green #509969

Tints of Ocean Green #509969

Color information

#509969 (or 0x509969) is unknown color: approx Ocean Green. HEX triplet: 50, 99 and 69. RGB value is (80,153,105). Sum of RGB (Red+Green+Blue) = 80+153+105=338 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.67% from 338); Green value is 153 (60.16% from 255 or 45.27% from 338); Blue value is 105 (41.41% from 255 or 31.07% from 338); Max value from RGB is 153 - color contains mainly: green. Hex color #509969 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509969 is #AF6696. Grayscale: #7D7D7D. Windows color (decimal): -11495063 or 6920528. OLE color: 6920528.

HSL color Cylindrical-coordinate representation of color #509969: hue angle of 140.55º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #509969 is Cyan = 0.48, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.4.

Color convert

RGB80153105-
CMYK0.4800.310.4
HSL140.55º31.33%45.69%-
HSV(B)140.55º47.71%60%-
XYZ17.2525.5117.38-
YUV125.7116.3295.4-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.67%
GREEN value IS 153 (60.16% from 255) = 45.27%
BLUE value IS 105 (41.41% from 255) = 31.07%
R=23.67%
G=45.27%
B=31.07%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal801531050.4800.310.4140.5531.3345.69
Hex5099693001F288d1f2e
Octal12023115160037502153756
Binary10100001001100111010011100000111111010001000110111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509969; }

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

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

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

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

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

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

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

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