Html Css Color HEX #50966E Ocean Green

📋 copy color: '#50966E'

red 80 ◦ green 150 ◦ blue 110

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

Shades of Ocean Green #50966E

Tints of Ocean Green #50966E

RGB

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

 GREEN value IS 150 (58.98% from 255) = 44.12%

 BLUE value IS 110 (43.36% from 255) = 32.35%

R = 23.53%
G = 44.12%
B = 32.35%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.27

 K value IS 0.41

RGB Variations

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

Color information

#50966E (or 0x50966E) is known color: Ocean Green. HEX triplet: 50, 96 and 6E. RGB value is (80,150,110). Sum of RGB (Red+Green+Blue) = 80+150+110=340 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.53% from 340); Green value is 150 (58.98% from 255 or 44.12% from 340); Blue value is 110 (43.36% from 255 or 32.35% from 340); Max value from RGB is 150 - color contains mainly: green. Hex color #50966E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50966E is #AF6991. Grayscale: #7C7C7C. Windows color (decimal): -11495826 or 7247440. OLE color: 7247440.

HSL color Cylindrical-coordinate representation of color #50966E: hue angle of 145.71º degrees, saturation: 0.3, 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 #50966E is Cyan = 0.47, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB 80 150 110 -
CMYK 0.47 0 0.27 0.41
HSL 145.71º 0.3% 0.45% -
HSV(B) 145.71º 0.47% 0.59% -
XYZ 17.03 24.64 18.61 -
YUV 124.51 119.81 96.25 -
System Red Green Blue C M Y K H S L
Decimal 80 150 110 0.47 0 0.27 0.41 145.71 0.3 0.45
Hex 50 96 6E 2F 0 1B 29 92 1E 2D
Octal 120 226 156 57 0 33 51 222 36 55
Binary 1010000 10010110 1101110 101111 0 11011 101001 10010010 11110 101101

Color Harmonies of #50966E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50966E

Black with #50966E

Text Example


Text Example

White with #50966E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50966E; }

 p { color: rgb(80,150,110); }

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

background-color css

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

 a { background-color: rgb(80,150,110); }

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

border-color css

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

 span { border-color: rgb(80,150,110); }

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