Html Css Color HEX #509869 Ocean Green

📋 copy color: '#509869'

red 80 ◦ green 152 ◦ blue 105

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

Shades of Ocean Green #509869

Tints of Ocean Green #509869

RGB

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

 GREEN value IS 152 (59.77% from 255) = 45.1%

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

R = 23.74%
G = 45.1%
B = 31.16%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.31

 K value IS 0.40

RGB Variations

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

Color information

#509869 (or 0x509869) is known color: Ocean Green. HEX triplet: 50, 98 and 69. RGB value is (80,152,105). Sum of RGB (Red+Green+Blue) = 80+152+105=337 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.74% from 337); Green value is 152 (59.77% from 255 or 45.10% from 337); Blue value is 105 (41.41% from 255 or 31.16% from 337); Max value from RGB is 152 - color contains mainly: green. Hex color #509869 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509869 is #AF6796. Grayscale: #7D7D7D. Windows color (decimal): -11495319 or 6920272. OLE color: 6920272.

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

Color convert

RGB 80 152 105 -
CMYK 0.47 0 0.31 0.40
HSL 140.83º 0.31% 0.45% -
HSV(B) 140.83º 0.47% 0.6% -
XYZ 17.09 25.18 17.32 -
YUV 125.11 116.65 95.82 -
System Red Green Blue C M Y K H S L
Decimal 80 152 105 0.47 0 0.31 0.40 140.83 0.31 0.45
Hex 50 98 69 2F 0 1F 28 8D 1F 2D
Octal 120 230 151 57 0 37 50 215 37 55
Binary 1010000 10011000 1101001 101111 0 11111 101000 10001101 11111 101101

Color Harmonies of #509869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509869

Black with #509869

Text Example


Text Example

White with #509869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509869; }

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

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

background-color css

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

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

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

border-color css

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

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

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