Html Css Color HEX #50966A Ocean Green

📋 copy color: '#50966A'

red 80 ◦ green 150 ◦ blue 106

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

Shades of Ocean Green #50966A

Tints of Ocean Green #50966A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 31.55%

R = 23.81%
G = 44.64%
B = 31.55%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.29

 K value IS 0.41

RGB Variations

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

Color information

#50966A (or 0x50966A) is known color: Ocean Green. HEX triplet: 50, 96 and 6A. RGB value is (80,150,106). Sum of RGB (Red+Green+Blue) = 80+150+106=336 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.81% from 336); Green value is 150 (58.98% from 255 or 44.64% from 336); Blue value is 106 (41.80% from 255 or 31.55% from 336); Max value from RGB is 150 - color contains mainly: green. Hex color #50966A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50966A is #AF6995. Grayscale: #7C7C7C. Windows color (decimal): -11495830 or 6985296. OLE color: 6985296.

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

Color convert

RGB 80 150 106 -
CMYK 0.47 0 0.29 0.41
HSL 142.29º 0.3% 0.45% -
HSV(B) 142.29º 0.47% 0.59% -
XYZ 16.82 24.56 17.49 -
YUV 124.05 117.81 96.58 -
System Red Green Blue C M Y K H S L
Decimal 80 150 106 0.47 0 0.29 0.41 142.29 0.3 0.45
Hex 50 96 6A 2F 0 1D 29 8E 1E 2D
Octal 120 226 152 57 0 35 51 216 36 55
Binary 1010000 10010110 1101010 101111 0 11101 101001 10001110 11110 101101

Color Harmonies of #50966A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50966A

Black with #50966A

Text Example


Text Example

White with #50966A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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