Html Css Color HEX #509C75 Ocean Green

📋 copy color: '#509C75'

red 80 ◦ green 156 ◦ blue 117

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

Shades of Ocean Green #509C75

Tints of Ocean Green #509C75

RGB

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

 GREEN value IS 156 (61.33% from 255) = 44.19%

 BLUE value IS 117 (46.09% from 255) = 33.14%

R = 22.66%
G = 44.19%
B = 33.14%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.25

 K value IS 0.39

RGB Variations

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

Color information

#509C75 (or 0x509C75) is known color: Ocean Green. HEX triplet: 50, 9C and 75. RGB value is (80,156,117). Sum of RGB (Red+Green+Blue) = 80+156+117=353 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.66% from 353); Green value is 156 (61.33% from 255 or 44.19% from 353); Blue value is 117 (46.09% from 255 or 33.14% from 353); Max value from RGB is 156 - color contains mainly: green. Hex color #509C75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509C75 is #AF638A. Grayscale: #808080. Windows color (decimal): -11494283 or 7707728. OLE color: 7707728.

HSL color Cylindrical-coordinate representation of color #509C75: hue angle of 149.21º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #509C75 is Cyan = 0.49, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.39.

Color convert

RGB 80 156 117 -
CMYK 0.49 0 0.25 0.39
HSL 149.21º 0.32% 0.46% -
HSV(B) 149.21º 0.49% 0.61% -
XYZ 18.41 26.77 21.03 -
YUV 128.83 121.32 93.17 -
System Red Green Blue C M Y K H S L
Decimal 80 156 117 0.49 0 0.25 0.39 149.21 0.32 0.46
Hex 50 9C 75 31 0 19 27 95 20 2E
Octal 120 234 165 61 0 31 47 225 40 56
Binary 1010000 10011100 1110101 110001 0 11001 100111 10010101 100000 101110

Color Harmonies of #509C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509C75

Black with #509C75

Text Example


Text Example

White with #509C75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509C75; }

 p { color: rgb(80,156,117); }

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

background-color css

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

 a { background-color: rgb(80,156,117); }

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

border-color css

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

 span { border-color: rgb(80,156,117); }

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