Html Css Color HEX #509769 Ocean Green

📋 copy color: '#509769'

red 80 ◦ green 151 ◦ blue 105

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

Shades of Ocean Green #509769

Tints of Ocean Green #509769

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 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

#509769 (or 0x509769) is known color: 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

RGB 80 151 105 -
CMYK 0.47 0 0.30 0.41
HSL 141.13º 0.31% 0.45% -
HSV(B) 141.13º 0.47% 0.59% -
XYZ 16.92 24.86 17.27 -
YUV 124.53 116.98 96.24 -
System Red Green Blue C M Y K H S L
Decimal 80 151 105 0.47 0 0.30 0.41 141.13 0.31 0.45
Hex 50 97 69 2F 0 1E 29 8D 1F 2D
Octal 120 227 151 57 0 36 51 215 37 55
Binary 1010000 10010111 1101001 101111 0 11110 101001 10001101 11111 101101

Color Harmonies of #509769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509769

Black with #509769

Text Example


Text Example

White with #509769

Text Example


Text Example

HTML Codes & Css Web 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>