Html Css Color HEX #509C69 Ocean Green

📋 copy color: '#509C69'

red 80 ◦ green 156 ◦ blue 105

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

Shades of Ocean Green #509C69

Tints of Ocean Green #509C69

RGB

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

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

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

R = 23.46%
G = 45.75%
B = 30.79%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.33

 K value IS 0.39

RGB Variations

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

Color information

#509C69 (or 0x509C69) is known color: Ocean Green. HEX triplet: 50, 9C and 69. RGB value is (80,156,105). Sum of RGB (Red+Green+Blue) = 80+156+105=341 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.46% from 341); Green value is 156 (61.33% from 255 or 45.75% from 341); Blue value is 105 (41.41% from 255 or 30.79% from 341); Max value from RGB is 156 - color contains mainly: green. Hex color #509C69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509C69 is #AF6396. Grayscale: #7F7F7F. Windows color (decimal): -11494295 or 6921296. OLE color: 6921296.

HSL color Cylindrical-coordinate representation of color #509C69: hue angle of 139.74º 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 #509C69 is Cyan = 0.49, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.39.

Color convert

RGB 80 156 105 -
CMYK 0.49 0 0.33 0.39
HSL 139.74º 0.32% 0.46% -
HSV(B) 139.74º 0.49% 0.61% -
XYZ 17.75 26.5 17.54 -
YUV 127.46 115.32 94.15 -
System Red Green Blue C M Y K H S L
Decimal 80 156 105 0.49 0 0.33 0.39 139.74 0.32 0.46
Hex 50 9C 69 31 0 21 27 8C 20 2E
Octal 120 234 151 61 0 41 47 214 40 56
Binary 1010000 10011100 1101001 110001 0 100001 100111 10001100 100000 101110

Color Harmonies of #509C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509C69

Black with #509C69

Text Example


Text Example

White with #509C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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